提交 3b3eac38 作者: 翁进城

修正网站title, 修正代理地址

上级 afbf4636
......@@ -28,7 +28,7 @@ const nextConfig = {
{
source: "/local/:path*",
//destination: "https://iuav.mmcuav.cn/:path*",
destination: "https://test.iuav.shop/projectInfo/:path*",
destination: "https://test.iuav.shop/:path*",
},
];
},
......
......@@ -23,6 +23,7 @@ export default function App({ Component, pageProps }: AppProps) {
return withTheme(
<>
<Head>
<title>云享飞</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
......
......@@ -25,9 +25,7 @@ export default class MyDocument extends Document {
render() {
return (
<Html lang='en' style={{fontSize: 1}}>
<Head>
<title>云享飞</title>
</Head>
<Head />
<body>
<Main />
<NextScript />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论