allow-indexing-to-generate-sitemap

This commit is contained in:
Mendon Kissling 2026-01-13 11:05:32 -05:00
parent a6692aa3e1
commit 346ad126de

View file

@ -135,7 +135,7 @@ const config = {
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/',
// Control search engine indexing - set to true to prevent indexing
noIndex: true,
noIndex: false,
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.