Skip to content

Commit

Permalink
Update vite config to fix root path for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanpince committed Jun 5, 2024
1 parent 6e802f1 commit 767b169
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/assets/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/",
base: "/demo-dungeon-minter/",
build: {
outDir: 'dist',
rollupOptions: {
Expand Down

0 comments on commit 767b169

Please sign in to comment.