-
Hello, I'm working on a Shopify app and they have some unclear terms around 404 errors. https://shopify.dev/docs/apps/store/requirements
I have checked some popular Shopify apps, and they handle 404 by rendering the I would like to render I can't figure out how to do this in Remix. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Create a splat route with routes/$.tsx, export a loader where you redirect to / |
Beta Was this translation helpful? Give feedback.
Create a splat route with routes/$.tsx, export a loader where you redirect to /