This commit is contained in:
Patrick Alvin Alcala 2025-11-12 10:12:21 +08:00
parent 97e29e8983
commit 274f7aa44b
4 changed files with 39 additions and 16 deletions

View file

@ -22,8 +22,8 @@ export default defineConfig({
},
},
build: {
assets: '_fwt',
assets: '_portal',
inlineStylesheets: 'never',
},
site: 'http://localhost:8080',
site: 'https://ocboportal.patalcala.com',
})