Browse Source

Update present to current year

Jaap Marcus 1 year ago
parent
commit
5f786464d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/.vitepress/config.js

+ 1 - 1
docs/.vitepress/config.js

@@ -39,7 +39,7 @@ export default defineConfig({
 
 		footer: {
 			message: 'Released under the GPLv3 License.',
-			copyright: 'Copyright © 2019-present Hestia Control Panel',
+			copyright: 'Copyright © 2019-' + new Date().getFullYear() + ' Hestia Control Panel',
 		},
 
 		algolia: {