mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 19:35:13 +00:00
Revert "feat(ci): add PR preview deployments"
This reverts commit 26df6a2907.
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
// Support dynamic base path for PR previews via ASTRO_BASE env var
|
||||
const base = process.env.ASTRO_BASE || "/";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://github.github.io",
|
||||
base: base,
|
||||
base: "/",
|
||||
output: "static",
|
||||
integrations: [sitemap()],
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user