Auto add sitemap url in robots.txt

This commit is contained in:
prototypa
2023-08-11 23:48:29 -04:00
parent a8ac13896a
commit e2b2a0b412
2 changed files with 47 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import image from '@astrojs/image';
import mdx from '@astrojs/mdx';
import icon from 'astro-icon';
import partytown from '@astrojs/partytown';
import tasks from "./src/utils/tasks"
import { readingTimeRemarkPlugin } from './src/utils/frontmatter.mjs';
@ -63,6 +64,8 @@ export default defineConfig({
config: { forward: ['dataLayer.push'] },
})
),
tasks()
],
markdown: {