Add 2 environment variables to control the typewriter effect:

This commit is contained in:
Rafi
2023-03-10 10:57:45 +08:00
parent 33d9c392fa
commit 8dcd7f46b1
6 changed files with 48 additions and 21 deletions

View File

@@ -11,7 +11,9 @@ export default defineNuxtConfig({
},
runtimeConfig: {
public: {
appName: appName
appName: appName,
typewriter: false,
typewriterDelay: 50,
}
},
build: {