We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4261281 commit 583b16fCopy full SHA for 583b16f
README.md
@@ -116,7 +116,7 @@ bestiary/
116
## 🗺 Sitemap
117
118
The sitemap is available at:
119
-[https://weird-animals.netlify.app/sitemap.xml](https://weird-animals.netlify.app/sitemap.xml)
+[https://weirdanimals.life//sitemap.xml](https://weirdanimals.life//sitemap.xml)
120
121
## 🔧 Development Tips
122
src/plugins/sitemapPlugin.js
@@ -1,7 +1,7 @@
1
import path from "path";
2
import fs from "fs";
3
4
-const BASE_URL = 'https://weird-animals.netlify.app';
+const BASE_URL = 'https://weirdanimals.life/';
5
6
const getJsonFiles = (dir) => {
7
try {
0 commit comments