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 eac52a4 commit 72a4ac2Copy full SHA for 72a4ac2
README.md
@@ -35,6 +35,12 @@ The **Sitemap Plugin for Strapi v5** is a powerful tool to dynamically generate
35
npm install strapi-5-sitemap-plugin
36
```
37
38
+### Add an environment variable
39
+If your Strapi backend is not hosted on the root of your domain, you need to add an environment variable to your `.env` file:
40
+```bash
41
+STRAPI_ADMIN_BACKEND_URL=https://your-strapi-backend.tld/with/directories
42
+```
43
+
44
### Make the sitemap.xml file available
45
1. Go to **Settings**:
46
2. Select **Roles** unter **Users & Permissions**.
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.3",
+ "version": "1.0.4",
3
"keywords": [],
4
"type": "commonjs",
5
"exports": {
0 commit comments