Skip to content

Commit 8520a97

Browse files
committed
fix base
1 parent 89d853c commit 8520a97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { defineConfig } from "astro/config";
22
import starlight from "@astrojs/starlight";
33

44
export default defineConfig({
5-
site: 'https://simpmc-studio.github.io/SimpPay',
5+
site: "https://simpmc-studio.github.io",
6+
base: "/SimpPay",
67
integrations: [
78
starlight({
89
title: "SimpPay",

0 commit comments

Comments
 (0)