Option to make links and paths relative #133
JoshuaDoust
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
Just to confirm, are you rebuilding the project for each separate deployment but do not want to change the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm working with a website which, after being generated by Retype, would be deployed to one of a number of destinations on the server. This would be done in an automated manner, so changing the retype.yaml file for each target is not practical. Unfortunately, it appears that all links within the generated files are absolute paths rather than relative ones, so having a configurable deployment in this manner doesn't work properly.
My feature request is to have an option for Retype to generate all paths as relative so that the site can be deployed to any location without modification.
Also, if there's any way of accomplishing my desired result within existing Retype functionality, I'd appreciate any guidance.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions