diff options
| author | Fuwn <[email protected]> | 2021-12-06 17:08:03 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-12-06 17:08:03 -0800 |
| commit | 3cf09be08c109e69bd5c1fb74f3927fc03c4e4df (patch) | |
| tree | a7977ff7377b4dcce2e9263accc62060956c3759 /nuxt.config.js | |
| parent | fix(members): add ruan (diff) | |
| download | yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.tar.xz yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.zip | |
fix: rebrand
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index bee7a30..b4f4714 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -13,7 +13,7 @@ export default { // Global page headers (https://go.nuxtjs.dev/config-head) head: { - // title: 'yucky! aiming', + // title: 'Volatile', htmlAttrs: { lang: 'en-US' }, meta: [ ...meta, @@ -80,7 +80,7 @@ export default { pwa: { manifest: { - name: 'yucky! aiming', + name: 'Volatile', lang: 'en', useWebmanifestExtension: false } |