We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d853c commit 8520a97Copy full SHA for 8520a97
1 file changed
docs/astro.config.mjs
@@ -2,7 +2,8 @@ import { defineConfig } from "astro/config";
2
import starlight from "@astrojs/starlight";
3
4
export default defineConfig({
5
- site: 'https://simpmc-studio.github.io/SimpPay',
+ site: "https://simpmc-studio.github.io",
6
+ base: "/SimpPay",
7
integrations: [
8
starlight({
9
title: "SimpPay",
0 commit comments