apostrophe-redirects
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "apostrophe-redirects", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Allows admins to create redirects within an Apostrophe site", | ||
@@ -28,2 +28,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -38,5 +38,5 @@ # apostrophe-redirects | ||
Be aware that each redirect is live as soon as you save it and that it is possible to break your site through exceptionally clueless use of redirects. In a pinch, you can remove unwanted redirects via the MongoDB command line client (see the `apostrophe-redirects` collection). | ||
Be aware that each redirect is live as soon as you save it and that it is possible to make a mess with redirects. In a pinch, you can remove unwanted redirects via the MongoDB command line client (see the `aposRedirects` collection). | ||
Also be aware that Apostrophe already creates "soft redirects" every time you change the slug of a page. So you shouldn't need manually created "hard redirects" in that situation. | ||
11213