Skip to content

Commit ebec133

Browse files
authored
fix: set vite base path for GitHub Pages (#3)
1 parent 60a91c0 commit ebec133

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import react from "@vitejs/plugin-react";
33
import { defineConfig } from "vite";
44

55
export default defineConfig({
6+
base: "/website/",
67
plugins: [react()],
78
resolve: {
89
alias: {

0 commit comments

Comments
 (0)