Yes. Ok so there is a much simpler way in which yo...
# support-questions
r
Yes. Ok so there is a much simpler way in which you can add footer and stuff to all the pages in one go: https://github.com/supertokens/next.js/blob/canary/examples/with-supertokens/pages/auth/%5B%5B...path%5D%5D.js If you see the above file, it has html elements around
<SuperTokensComponentNoSSR />
. You can do the same and add a footer / header and stuff to that page - this will affect all the pages shown by supertokens. Should be easier for you to implement