Skip to content

Commit

Permalink
Add base path for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddlyburge committed Feb 23, 2024
1 parent ee1276b commit 7c31352
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import react from "@vitejs/plugin-react";
import { defineConfig } from "vite";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
base: "/react-figma-miro-canvas-part-1/",
});

0 comments on commit 7c31352

Please sign in to comment.