From cc550de2071ca6760568f3e0b85e2c7e7ac0a0a4 Mon Sep 17 00:00:00 2001 From: Bruce Denham Date: Mon, 13 May 2024 09:42:56 -0500 Subject: [PATCH] fix: try to remove base and set GitHub to use custom domain --- astro.config.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 03b2d2ea3..caf179ebf 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,14 +10,13 @@ import playformCompress from '@playform/compress'; // https://astro.build/config export default defineConfig({ site: 'https://experienceleague.adobe.com', - base: '/developer/commerce/storefront', trailingSlash: 'ignore', outDir: './dist', integrations: [ tailwind({ nesting: true }), starlight({ editLink: { - baseUrl: 'https://git.corp.adobe.com/AdobeDocs/microsite-commerce-storefront/edit/develop/', + baseUrl: 'https://github.com/commerce-docs/microsite-commerce-storefront/edit/develop/', }, head: [ {