An example of a PagePark config.json that redirects for a single document, and keeps serving the others as before. See change notes for v0.67.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"redirects": { | |
"/outlinerhowto.html": "http://fargo.io/docs/outlinerHowto.html" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the note for the feature.
https://github.com/scripting/pagePark#v067-73015-by-dw
Dave