fix: Reverse Proxy support (#3173)

This commit is contained in:
Degot 2024-10-19 05:49:34 +03:00 committed by GitHub
commit a3ba700522
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 33 additions and 32 deletions

View file

@ -39,6 +39,7 @@ export default defineConfig({
vue: 'vue/dist/vue.esm-bundler.js'
}
},
base: './',
plugins: [vue(), ViteEjsPlugin({ header })],
root: resolve(assetsSrcPath),
build: {