Hello,
I'm working on next JS project. I want to add my own css file but I get error not found file in console. Can you help me ?
code
< link href="../assets/css/style.css" type="text/css" rel="stylesheet" />
File Path
assets
~ css
~ style.css
components
~ Layout.js
node_modules
pages
Top comments (2)
Would you happened to have a runnable code (CodeSandBox or StackBlitz) or a repo of code?
I think you need to add the type folder and next.config.js const withCSS = require("@zeit/next-css").