diff --git a/astro.config.mjs b/astro.config.mjs index 5316f331a..2612e855f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -23,7 +23,7 @@ export default defineConfig({ image: { service: passthroughImageService(), }, - site: 'https://experienceleague.adobe.com', + site: 'https://experienceleague.adobe.com/developer/commerce/storefront/', base: basePath, markdown: { remarkPlugins: [remarkBasePathLinks] diff --git a/public/robots.txt b/public/robots.txt index f58dbcb2e..8cf43e028 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,3 @@ -# Example: Allow all bots to scan and index your site. -# Full syntax: https://developers.google.com/search/docs/advanced/robots/create-robots-txt User-agent: * -Allow: / +Disallow: +Sitemap: https://experienceleague.adobe.com/developer/commerce/storefront/sitemap-0.xml diff --git a/src/pages/videos/customize-checkout.astro b/src/pages/videos/_customize-checkout.astro similarity index 100% rename from src/pages/videos/customize-checkout.astro rename to src/pages/videos/_customize-checkout.astro