Hi
Wondering if there’s a way to get Frontify links and assets to work when an app isn’t served from “the root”
i.e.
mysite.com/project-1/
mysite.com/project-2/
I need the links to start with /project-1
/project-1/my-page
vs /my-page
I found this - Router Converters
Did anything like that get added?
As mentioned in your post
As a Frontity user
I want to replace some URLs with a different URL
Johan
3
You should be able to simply set the URL to anything you want: 2. Settings - Frontity Docs
However it’s probably easier to change the root path in apache/nginx.
1 Like
That works perfect.
I’m using serverless (AWS) to serve the front-end so no apache/nginx in the picture.
Thanks @Johan