Skip to content

Commit aa51116

Browse files
committed
chore: update vite config
1 parent 6c45ae9 commit aa51116

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vite.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ export default defineConfig({
3838
})
3939
: null,
4040
].filter(Boolean),
41-
base: process.env.DEPLOY_ENV === 'GH_PAGES'
42-
? '/flexdevguy/'
43-
: '/',
41+
base: '/',
4442
build: {
4543
outDir: 'dist',
4644
// Copy public assets including robots.txt and sitemap.xml

0 commit comments

Comments
 (0)