feat(master): added sitemap and readded ssg to contact page

This commit is contained in:
2025-07-17 17:25:09 -06:00
parent 3a5a697c95
commit be60e9b4b1
6 changed files with 60 additions and 3 deletions

13
package-lock.json generated
View File

@ -7,6 +7,9 @@
"": {
"name": "darkicewolf50",
"version": "3.0.0",
"dependencies": {
"date-fns": "^4.1.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.31.0",
@ -2000,6 +2003,16 @@
"node": ">=4"
}
},
"node_modules/date-fns": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
}
},
"node_modules/debug": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",