由于某些原因,顺风不能在next.js中正确渲染。 我想知道我的设置是否有问题?Style文件夹- tailwind.css @顺风基地; /* Write your own custom base styles here */
@tailwind*/ …… _app.js import React from "react";
// import "style
在我的nextJS应用程序中,我需要根据从数据库接收的用户首选项动态加载样式表。因此,在我的页面中,我将它添加到Head (next/head)中,如下所示:<link rel="stylesheet" href={`/fonts/${type}/stylesheet.css"> tag with href="