🔧 增加默认参数
This commit is contained in:
parent
cd7412f8e8
commit
cb6bfeec21
@ -15,13 +15,13 @@ export default defineNuxtConfig({
|
|||||||
} ,
|
} ,
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
public: {
|
public: {
|
||||||
Domain: process.env.WebSiteDomain,
|
Domain: process.env.WebSiteDomain || 'Nuxt Whois',
|
||||||
DomainSuffix: process.env.WebSiteDomainSuffix,
|
DomainSuffix: process.env.WebSiteDomainSuffix || 'Dns',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
app:{
|
app:{
|
||||||
head: {
|
head: {
|
||||||
title: process.env.WebSiteTitle,
|
title: process.env.WebSiteTitle || 'Nuxt Whois',
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' },
|
{ charset: 'utf-8' },
|
||||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user