Skip to content

Commit

Permalink
add : sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshsnaik committed Nov 21, 2024
1 parent e338726 commit ef39b97
Show file tree
Hide file tree
Showing 3 changed files with 5,592 additions and 13 deletions.
7 changes: 5 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { defineConfig } from 'astro/config';

import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: 'https://vigneshsnaik.github.io',
});
site: 'https://vigneshsnaik.github.io',
integrations: [sitemap()]
});
Loading

0 comments on commit ef39b97

Please sign in to comment.