Remove connector between prefix and name

Make backward compatible
This commit is contained in:
myl7
2022-07-20 00:40:18 +08:00
parent f409c3666d
commit 30e0e00ed9
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = {
icon: '/icons/128.png',
// Prefix for KV Storage
kvPrefix: process.env.KV_PREFIX || 'spwoo',
kvPrefix: process.env.KV_PREFIX || '',
// The name of your website. Present alongside your icon.
title: "Spencer's OneDrive",