Skip to content

Commit 91a7ab8

Browse files
committed
fix: update base path for custom domain
1 parent cbbb3a8 commit 91a7ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghpages.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import tailwindcss from "@tailwindcss/vite"
33
import { defineConfig } from "vite"
44

55
export default defineConfig({
6-
base: "/runner-manager/", // Change this if your page is not hosted at a root URL
6+
base: "/",
77
plugins: [
88
tailwindcss(),
99
],

0 commit comments

Comments
 (0)