mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
flattening the base url
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://github.github.io',
|
||||
base: '/awesome-copilot/',
|
||||
output: 'static',
|
||||
site: "https://github.github.io",
|
||||
base: "/",
|
||||
output: "static",
|
||||
integrations: [sitemap()],
|
||||
build: {
|
||||
assets: 'assets',
|
||||
assets: "assets",
|
||||
},
|
||||
trailingSlash: 'always',
|
||||
trailingSlash: "always",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user