Skip to content

Commit

Permalink
This sets the astro site config (used primarily for the xml sitemap) …
Browse files Browse the repository at this point in the history
…to the prod domain
  • Loading branch information
mark-meyer committed Oct 5, 2023
1 parent 63b5115 commit d0452d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sitemapFilter from "./src/config/sitemapFilter";

// https://astro.build/config
export default defineConfig({
site: 'https://demo.smartpay.gsa.gov/',
site: 'https://smartpay.gsa.gov/',
base: process.env.BASEURL,
integrations: [mdx(), sitemap({ filter: sitemapFilter })],
outDir: '_site',
Expand Down

0 comments on commit d0452d8

Please sign in to comment.