提交 4cd09e2f 作者: 龚洪江

修复:项目资讯样式

上级 52ed7bc5
/** @type {import('next').NextConfig} */
let distDir = '.dev'; //默认输出目录
let distDir = '.dev'; // 默认输出目录
if (process.env.NODE_ENV === 'production') {
//生产环境用另一个目录构建,防止与dev冲突
// 生产环境用另一个目录构建,防止与dev冲突
distDir = '.next';
}
......@@ -27,8 +27,8 @@ const nextConfig = {
return [
{
source: '/local/:path*',
// destination: 'https://www.iuav.shop/:path*',
destination: 'https://test.iuav.shop/:path*',
destination: 'https://www.iuav.shop/:path*',
// destination: 'https://test.iuav.shop/:path*',
},
];
},
......
......@@ -33,6 +33,7 @@
padding-left: 3px;
padding-right: 83px;
flex: 1;
overflow: hidden;
.title {
font-size: 16px;
font-weight: bold;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论