Skip to content

Commit 19b0afb

Browse files
committed
Add missing base for GH Pages
1 parent da226fc commit 19b0afb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/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 tailwindcss from "@tailwindcss/vite";
44

55
export default defineConfig({
6+
base: "/purescript-analyzer/",
67
plugins: [react(), tailwindcss()],
78
build: {
89
outDir: "build",

0 commit comments

Comments
 (0)