Ark
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import sitemap from '@astrojs/sitemap';
import { defineConfig } from 'astro/config';
export default defineConfig({
integrations: [sitemap()],
site: 'http://example.com'
})