Fix privacy policy render
This commit is contained in:
parent
4ed005fb37
commit
bf6b5dcb17
2 changed files with 4 additions and 3 deletions
|
|
@ -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" . }}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue