split author and copyright

This commit is contained in:
srgooglo 2022-09-07 16:30:53 +02:00
parent 27333be7ac
commit aeffda6ea1

View File

@ -30,7 +30,7 @@ export default {
package: packagejson, package: packagejson,
defaultTheme: defaultTheme, defaultTheme: defaultTheme,
defaultSoundPack: defaultSoundPack, defaultSoundPack: defaultSoundPack,
author: "RageStudio© 2022", author: "RageStudio©",
footerLinks: [ footerLinks: [
{ {
label: "Terms of Service", label: "Terms of Service",
@ -66,6 +66,7 @@ export default {
title: packagejson.name, title: packagejson.name,
siteName: "Comty", siteName: "Comty",
mainPath: "/home", mainPath: "/home",
copyright: "Comty - RageStudio© 2022",
storage: { storage: {
basics: "user", basics: "user",
token: "token", token: "token",