How to create a custom page
Hi,
I just started learning
Plasmo
yesterday.
I started using the with-nextjs
example.
How do I create a custom page?
Like: I want to create chrome-extension://my-extension-id/oauth/callback
I tried creating a index.tsx
file in
src/tabs/oauth/callback/index.tsx
But that doesnt seem to work.3 Replies
Nested tabs is not supported atm. You can only do
/tabs/oauth.tsx
@louis Thank you,
I did
/tabs/oauth-callback
and that works amazingly 😄Gave +1 Rep to @louis