aboutsummaryrefslogtreecommitdiff
path: root/nuxt.config.js
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-12-06 17:08:03 -0800
committerFuwn <[email protected]>2021-12-06 17:08:03 -0800
commit3cf09be08c109e69bd5c1fb74f3927fc03c4e4df (patch)
treea7977ff7377b4dcce2e9263accc62060956c3759 /nuxt.config.js
parentfix(members): add ruan (diff)
downloadyucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.tar.xz
yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.zip
fix: rebrand
Diffstat (limited to 'nuxt.config.js')
-rw-r--r--nuxt.config.js4
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
}