We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c65c47 commit ac0c24eCopy full SHA for ac0c24e
spring-boot-admin-server-ui/vite.config.js
@@ -14,6 +14,7 @@ export default defineConfig(({mode}) => {
14
15
return {
16
root,
17
+ base: '',
18
logLevel: "info",
19
define: {
20
'__PROJECT_VERSION__': JSON.stringify(`${process.env.PROJECT_VERSION || '0.0.0'}`)
@@ -56,7 +57,6 @@ export default defineConfig(({mode}) => {
56
57
extensions: ['.vue', '.js'],
58
},
59
server: {
- base: '/',
60
proxy: {
61
'^(/sba-settings.js|/variables.css)': {
62
target: 'http://localhost:8080',
0 commit comments