Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-gierth committed Feb 16, 2025
2 parents 47c2fda + dff03fe commit 8d6bd63
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.
5 changes: 4 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';

import sitemap from '@astrojs/sitemap';

export default defineConfig({
integrations: [react()],
site: "https://martengierth.de/",
integrations: [react(), sitemap()],
});
79 changes: 79 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@astrojs/sitemap": "^3.2.1",
"@fortawesome/fontawesome-svg-core": "^6.0.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
Expand Down

0 comments on commit 8d6bd63

Please sign in to comment.