I know that this might sound weird, but is it possible to have a SSG Next14 project with app route and slugs such this structure and deploy it in CPanel as static HTML?
/src /app /fr /[slug] page.tsx layout.tsx page.tsx /en /[slug] page.tsx layout.tsx page.tsx layout.tsx page.tsx /components /Header.tsx /Footer.tsx /styles globals.css /utils helpers.ts next.config.js tsconfig.json package.json
#Is it possible to have a SSG that has routes in CPanel
4 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
If my understanding is correct, the purpose of SSG is to build a static page. But the caveat here would be to define all your possible options for slug in the page and define a return for each slug as it cannot dynamically fetch data from db
@civic bridge Yeah, i went with ViteJS/React
It's better in this case
Thanks 🙏