Skip to content

Commit

Permalink
Fix vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
voltrevo committed Aug 29, 2023
1 parent c3169e6 commit f5f01f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig({
rollupOptions: {
input: {
main: resolve(src, "index.html"),
proceedToGitHub: resolve(src, "proceed-to-github.html"),
playground: resolve(src, "playground", "index.html"),
},
},
Expand Down

0 comments on commit f5f01f1

Please sign in to comment.