Skip to content

Commit

Permalink
デプロイ環境設定の変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ics-sawada-h committed Aug 19, 2024
1 parent 159a4da commit 4610c10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"fix": "stylelint \"**/*.css\" --fix",
"fix": "stylelint \"src/*.css\" --fix",
"format": "prettier --write \"**/*.{html,js}\""
},
"license": "MIT",
Expand Down
6 changes: 5 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export default defineConfig({
sample: resolve(__dirname, "src/sample/index.html"),
multiple: resolve(__dirname, "src/multiple-animation/index.html"),
},
output: {
chunkFileNames: "assets/[name].js",
assetFileNames: "assets/[name][extname]",
},
},
base: "/240827_theatrejs/"
base: "/240827_theatrejs/",
},
});

0 comments on commit 4610c10

Please sign in to comment.