This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

pgfirstaid.com / astro.config.mjs
196 B 8 lines
1// @ts-check 2import { defineConfig } from 'astro/config'; 3import sitemap from '@astrojs/sitemap'; 4 5export default defineConfig({ 6 site: 'https://pgfirstaid.com', 7 integrations: [sitemap()], 8});