mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 11:25:13 +00:00
chore: rename website-astro to website, update gitignore
- Rename website-astro/ to website/ - Add website/dist/ and website/.astro/ to gitignore - Update generate-website-data.mjs output path
This commit is contained in:
14
website/astro.config.mjs
Normal file
14
website/astro.config.mjs
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: 'https://github.github.io',
|
||||
base: '/awesome-copilot/',
|
||||
output: 'static',
|
||||
integrations: [sitemap()],
|
||||
build: {
|
||||
assets: 'assets',
|
||||
},
|
||||
trailingSlash: 'always',
|
||||
});
|
||||
Reference in New Issue
Block a user