Skip to content

Commit 03abdb0

Browse files
committed
update
1 parent d67b374 commit 03abdb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/bplan-client/vite.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export default defineConfig({
1616
plugins: [
1717
unoCss('../../uno.config.ts'),
1818
vitePwa({
19-
buildBase: '/',
19+
base: '/',
20+
buildBase: '/_build',
2021
// filename: 'sw.ts',
2122
includeAssets: ['favicon.svg', 'robots.txt', '*.svg', '*.png', '*.html'],
2223
injectRegister: null,

0 commit comments

Comments
 (0)