Skip to content

Commit

Permalink
fix : test 배포 404 에러해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangnets committed Aug 29, 2024
1 parent f432b68 commit 9618b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export default defineConfig({
'@': path.resolve(__dirname, './src'),
},
},
base: '/homepage-frontend/', // Ensure this matches your actual deployment subdirectory
});

0 comments on commit 9618b40

Please sign in to comment.