|
|
@@ -7,7 +7,21 @@ export default defineNuxtConfig({
|
|
|
plugins: ['~/plugins/index.js'],
|
|
|
app: {
|
|
|
head: {
|
|
|
- meta: [{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' }]
|
|
|
+ templateParams: {
|
|
|
+ separator: '-'
|
|
|
+ },
|
|
|
+ titleTemplate: '%s %separator %siteName',
|
|
|
+ meta: [
|
|
|
+ { name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' },
|
|
|
+ { name: 'description', content: '盾网络 - 专注于企业级DDoS/CC防护与安全加速的网络安全服务商。提供高防服务器、高防CDN、游戏盾SDK等全方位安全防护解决方案。' },
|
|
|
+ { name: 'keywords', content: '高防服务器,DDoS防护,CC防护,高防CDN,游戏盾,网络安全,服务器加速' },
|
|
|
+ { property: 'og:site_name', content: '盾网络' },
|
|
|
+ { property: 'og:type', content: 'website' },
|
|
|
+ { name: 'twitter:card', content: 'summary_large_image' }
|
|
|
+ ],
|
|
|
+ link: [
|
|
|
+ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
|
|
|
+ ]
|
|
|
}
|
|
|
},
|
|
|
postcss: {
|