Fix privacy policy render

This commit is contained in:
Eli Ribble 2026-04-28 21:42:48 +00:00
parent 4ed005fb37
commit bf6b5dcb17
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -9,9 +9,6 @@
<!-- Bootstrap Icons -->
<link rel="icon" href="/static/ico/favicon-sync.ico" type="image/x-icon" />
{{ block "extraheader" . }}{{ end }}
{{ if not .Config.IsProductionEnvironment }}
<script src="/.flogo/injector.js"></script>
{{ end }}
</head>
<body>
{{ template "content" . }}

View file

@ -85,6 +85,10 @@ export default defineConfig({
target: "http://127.0.0.1:9003",
changeOrigin: false,
},
"/privacy": {
target: "http://127.0.0.1:9003",
changeOrigin: false,
},
},
strictPort: true,
},