last change.... i forgot to remove those two `?` marks as they are no longer required

This commit is contained in:
Adam Matthiesen 2024-03-05 00:14:18 -08:00
parent b50e8882cc
commit 01ad923e30
1 changed files with 2 additions and 2 deletions

View File

@ -202,13 +202,13 @@ export default defineIntegration({
// Setup @astrojs/sitemap Integration // Setup @astrojs/sitemap Integration
checkIntegration( checkIntegration(
"@astrojs/sitemap", "@astrojs/sitemap",
sitemap(options.Integrations?.sitemap) sitemap(options.Integrations.sitemap)
); );
// Setup astro-robots-txt Integration // Setup astro-robots-txt Integration
checkIntegration( checkIntegration(
"astro-robots-txt", "astro-robots-txt",
robotsTxt(options.Integrations?.robotsTxt) robotsTxt(options.Integrations.robotsTxt)
); );
// Setup Default 404 Page // Setup Default 404 Page