Skip to content

Commit 72a4ac2

Browse files
committed
updated version number and README
1 parent eac52a4 commit 72a4ac2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ The **Sitemap Plugin for Strapi v5** is a powerful tool to dynamically generate
3535
npm install strapi-5-sitemap-plugin
3636
```
3737

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+
3844
### Make the sitemap.xml file available
3945
1. Go to **Settings**:
4046
2. Select **Roles** unter **Users & Permissions**.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.3",
2+
"version": "1.0.4",
33
"keywords": [],
44
"type": "commonjs",
55
"exports": {

0 commit comments

Comments
 (0)