Skip to content

Commit

Permalink
update: vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Feb 10, 2025
1 parent ee33ea2 commit d2116fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { nodePolyfills } from "vite-plugin-node-polyfills";

// https://vite.dev/config/
export default defineConfig({
// per https://stackoverflow.com/questions/74518887/blank-page-when-deploying-a-react-app-to-github-pages-and-vite
base: "/wave.js/",
plugins: [
react({
jsxImportSource: "@emotion/react",
Expand Down

0 comments on commit d2116fc

Please sign in to comment.