Skip to content

Commit

Permalink
🔧 Vite.config.ts publicDir 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEJW1953 committed Nov 21, 2023
1 parent ab8aac1 commit 2f8e8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/constants/Main.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const MAIN_IMAGE = '/assets/images/main.png';
export const MAIN_IMAGE = '/images/main.png';
2 changes: 1 addition & 1 deletion app/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export default defineConfig({
alias: [{ find: '@', replacement: path.resolve(__dirname, 'src') }],
extensions: ['.js', '.ts', '.jsx', '.tsx', '.css', '.css.ts'],
},
publicDir: 'src',
publicDir: 'src/assets',
});

0 comments on commit 2f8e8b6

Please sign in to comment.