Update old URL

This commit is contained in:
Lee Reilly
2026-03-01 13:43:00 -08:00
committed by Aaron Powell
parent 9c7caa8c1d
commit 805e472df3
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({
site: "https://github.github.io/awesome-copilot",
site: "https://awesome-copilot.github.com/",
base: "/awesome-copilot/",
output: "static",
integrations: [sitemap()],