Skip to content

Commit

Permalink
fix: try to remove base and set GitHub to use custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
bdenham committed May 13, 2024
1 parent 8393063 commit cc550de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit cc550de

Please sign in to comment.