Skip to content

Commit

Permalink
Merge pull request #31 from open-navigation/nvodoor-fix-config-typo
Browse files Browse the repository at this point in the history
Fix config typo.
  • Loading branch information
nvodoor authored May 1, 2024
2 parents bc5c1cc + 5e3fddf commit 39b2a4e
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 39b2a4e

Please sign in to comment.