Skip to content

Commit

Permalink
Fix config typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Vodoor authored and Neil Vodoor committed May 1, 2024
1 parent bc5c1cc commit 5e3fddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: 'https://docs.nav2.org/'
integrations: [tailwind(), mdx(), sitemap()],
site: 'https://docs.nav2.org/',
integrations: [tailwind(), mdx(), sitemap()]
});

0 comments on commit 5e3fddf

Please sign in to comment.