Skip to content

Commit

Permalink
Moved the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
w8r committed Mar 5, 2024
1 parent 59b28aa commit 1cd9ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
dist
docs
2 changes: 1 addition & 1 deletion example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vite';

export default defineConfig({
build: {
outDir: 'dist',
outDir: 'docs',
emptyOutDir: false,
},
});

0 comments on commit 1cd9ba9

Please sign in to comment.