pl-fe: update copyrights notice

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-09-17 20:04:13 +02:00
parent c9ca46172e
commit 2bb7ba020a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"autoPlayGif": false,
"themeMode": "light"
},
"copyright": "♡2020. Copying is an act of love. Please copy and share.",
"copyright": "skibidi dop dop dop yes yes",
"navlinks": {
"homeFooter": [
{ "title": "About", "url": "/about" },

View File

@ -54,7 +54,7 @@ const plFeConfigSchema = coerceObject({
},
v.record(v.string(), v.string()),
)), null),
copyright: v.fallback(v.string(), `${new Date().getFullYear()}. Copying is an act of love. Please copy and share.`),
copyright: v.fallback(v.string(), 'skibidi dop dop dop yes yes'),
defaultSettings: v.fallback(v.partial(settingsSchema), {}),
gdpr: v.fallback(v.boolean(), false),
gdprUrl: v.fallback(v.string(), ''),