Expose Dev Mode SEO review workflow
This commit is contained in:
parent
bec2f57ae1
commit
5be9002f6e
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -12,6 +12,13 @@ export default defineConfig({
|
|||
},
|
||||
server: {
|
||||
port: 5177,
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://127.0.0.1:4100",
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, "")
|
||||
}
|
||||
},
|
||||
strictPort: true
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue