Skip to content

Commit

Permalink
✨ feat: change build output directory from 'dist' to 'docs' for bette…
Browse files Browse the repository at this point in the history
…r deployment structure
  • Loading branch information
nathfavour committed Dec 15, 2024
1 parent e2a1e54 commit 3b4d171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
],
base: '/penpot-ai-ollama',
build: {
outDir: 'dist',
outDir: 'docs',
assetsDir: 'assets',
rollupOptions: {
input: {
Expand Down

0 comments on commit 3b4d171

Please sign in to comment.