mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
1e75beada2
When using the `not-found.js` file to match missed routes, `serverCSSForEntries` will always be empty as the `ComponentMod.pages` itself doesn't contain any actual entry. We need to handle that as a special case. Closes #48133.
4 lines
40 B
CSS
4 lines
40 B
CSS
.blackBg {
|
|
background-color: black;
|
|
}
|