Is it possible to deploy Frontity app under an existing Next.JS app? e.g https://example.com/blog
?
I tried, putting the build under Next.JS api routes with no luck.
Is it possible to deploy Frontity app under an existing Next.JS app? e.g https://example.com/blog
?
I tried, putting the build under Next.JS api routes with no luck.
Hi @azeem, welcome to the community!
Here you have a related discussion about this
Here’s the repo with a Next App including a Frontity Blog → https://github.com/luisherranz/next-and-frontity
And here’s the deploy of this project→ https://next-and-frontity.luisherranz.now.sh/
Hope this helps