Closed danieldanielecki closed 7 months ago
This is because the "CMS" like pages, e.g. https://demo.vercel.store/shipping-return-policy, are at the root path.
You can view the code here: https://github.com/vercel/commerce/blob/main/app/%5Bpage%5D/page.tsx
If you would like to change that path, you could change to app/policies/[page]/page.tsx
.
@vitustockholm, what do you think about the answer? You know more about all the bugs this repo has, esp. around routing.
Those are all working, but on the checkout page. Would be good to mention it somewhere!
Policies from
Settings
->Policies
(https://admin.shopify.com/store/123456/settings/legal) aren't correctly displayed.I tried to have them included in my footer, but those are redirecting to pages with
500
error code: