DMak
KPCKevin Powell - Community
•Created by DMak on 12/17/2023 in #front-end
[Next.js Deployment] Styles Not Applied in Static Export
I'm facing an issue with deploying a Next.js project. After following the steps for static export of HTML, CSS, and JavaScript files from the Next.js documentation (https://nextjs.org/docs/app/building-your-application/deploying/static-exports), the styles are not being applied. The generated HTML is just plain, without any of the expected TailwindCSS styling.
What I've Tried:
Checked the export path in the Next.js configuration.
Ensured that TailwindCSS is correctly configured.
Verified the inclusion of Tailwind in the post-build files.
Technologies: Next.js, TailwindCSS.
Code Provided:
Here are my configuration files for PostCSS and TailwindCSS .
postcss.config.js
tailwind.config.js
My directory structure is:
I would appreciate any insights or suggestions on why the TailwindCSS styles are not being applied in the static export and how to resolve this issue.
1 replies