提交 3b3eac38 作者: 翁进城

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

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