From 01ad923e30b61e60627b21e7c74c978d969828c0 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 5 Mar 2024 00:14:18 -0800 Subject: [PATCH] last change.... i forgot to remove those two `?` marks as they are no longer required --- packages/astro-ghostcms/src/astro-ghostcms.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-ghostcms/src/astro-ghostcms.ts b/packages/astro-ghostcms/src/astro-ghostcms.ts index 1ea43d48..3516fb21 100644 --- a/packages/astro-ghostcms/src/astro-ghostcms.ts +++ b/packages/astro-ghostcms/src/astro-ghostcms.ts @@ -202,13 +202,13 @@ export default defineIntegration({ // Setup @astrojs/sitemap Integration checkIntegration( "@astrojs/sitemap", - sitemap(options.Integrations?.sitemap) + sitemap(options.Integrations.sitemap) ); // Setup astro-robots-txt Integration checkIntegration( "astro-robots-txt", - robotsTxt(options.Integrations?.robotsTxt) + robotsTxt(options.Integrations.robotsTxt) ); // Setup Default 404 Page