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