From 475643b5b76ddfe81ad9eafe052b9b8ba9029fba Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sat, 1 Jan 2022 11:11:09 -0800 Subject: [PATCH] update copyright --- config/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.js b/config/default.js index 9781ba6..b23d0f8 100644 --- a/config/default.js +++ b/config/default.js @@ -51,7 +51,7 @@ const defaultOptions = { logoUrl: '/static/logo.svg', // image to go with title footerEntries: [ // common footers on all html pages 'Development Repository / GitHub mirror', - '©', + '©', ], strictSecrets: false, // If true, reject requests with secrets but not over https publicHub: true, // Accept publish requests as new topics. -- 2.43.2