We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26df6a2 commit bd7209aCopy full SHA for bd7209a
2 files changed
.github/workflows/pr-preview.yml
website/astro.config.mjs
@@ -1,13 +1,10 @@
1
import sitemap from "@astrojs/sitemap";
2
import { defineConfig } from "astro/config";
3
4
-// Support dynamic base path for PR previews via ASTRO_BASE env var
5
-const base = process.env.ASTRO_BASE || "/";
6
-
7
// https://astro.build/config
8
export default defineConfig({
9
site: "https://github.github.io",
10
- base: base,
+ base: "/",
11
output: "static",
12
integrations: [sitemap()],
13
build: {
0 commit comments