Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
andire120 committed Jan 12, 2025
1 parent f191ae7 commit 9410ae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
assetsInclude: ['**/*.png'], // PNG 파일을 포함
publicDir: 'src/public',
build: {
outDir: '.svelte-kit/output', // SvelteKit 기본 빌드 디렉토리
assetsDir: 'src/public',
rollupOptions: {
output: {
manualChunks: {
Expand Down

0 comments on commit 9410ae4

Please sign in to comment.