You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
I have worked on this template and would like to deploy to the vercel.
But there were some odd errors that I couldn't find the reason.
First one is for the postcss error. I have not used postcss-discard-comments but it says I have used it. And that is making error when building. As this one is using Tailwind and Postcss 7.0 for compatibility , it says postcss 8.0 needed
Second one is that, it requires the [...slug].js file for the building.
As this is just the NextJs framework, so that I should be able to work without [...slug] for the specific pages like About Page or Contact Us page.
But when building, it requires only [...slug] file for the pages, and I am not sure why.
@gregrickaby Could you please give me some tips for above problems?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have worked on this template and would like to deploy to the vercel.
But there were some odd errors that I couldn't find the reason.
First one is for the postcss error. I have not used postcss-discard-comments but it says I have used it. And that is making error when building. As this one is using Tailwind and Postcss 7.0 for compatibility , it says postcss 8.0 needed
Second one is that, it requires the [...slug].js file for the building.
As this is just the NextJs framework, so that I should be able to work without [...slug] for the specific pages like About Page or Contact Us page.
But when building, it requires only [...slug] file for the pages, and I am not sure why.
@gregrickaby Could you please give me some tips for above problems?
Beta Was this translation helpful? Give feedback.
All reactions