Skip to content

Commit

Permalink
chore: 배포를 위한 vite Config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Jan 10, 2024
1 parent 6177ab3 commit e9d6c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ import svgr from 'vite-plugin-svgr';

// https://vitejs.dev/config/
export default defineConfig({
server: {
https: true,
},
plugins: [react(), svgr()],
});

0 comments on commit e9d6c4f

Please sign in to comment.