Skip to content

Commit

Permalink
Move build directory to docs/ so that it works with github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CCrady committed Oct 6, 2024
1 parent bd8fc5d commit f682166
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 0 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 2 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { defineConfig } from 'vite';

export default defineConfig({
build: {
outDir: 'docs',
emptyOutDir: true,
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),
Expand Down

0 comments on commit f682166

Please sign in to comment.