How to add custom pages #5973
Unanswered
JagsUprising
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi!
I am trying to add a FAQ page. I created a simple FAQ.tsx, placed it in the components folder and imported it with
import FAQ from '~/components/FAQ';
and adding it as a child withThis is obviously not the way this is done, because when I go to
localhost:3080/faq
it redirects toc/new
.Can yomebody explain, how this is done, please? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions