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 /utils | |
| parent | fix(members): add ruan (diff) | |
| download | yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.tar.xz yucky.fun-3cf09be08c109e69bd5c1fb74f3927fc03c4e4df.zip | |
fix: rebrand
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/getSiteMeta.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/getSiteMeta.js b/utils/getSiteMeta.js index 4d802d6..c340f21 100644 --- a/utils/getSiteMeta.js +++ b/utils/getSiteMeta.js @@ -1,6 +1,6 @@ const type = 'website' -const url = 'https://yucky.fun' -const title = 'yucky! aiming' +const url = 'https://volatile.fuwn.me' +const title = 'Volatile' const description = '' const mainImage = '/static/favicon.png' |