Skip to content

Commit 549e848

Browse files
committed
Use getUTCFullYear() to get current year.
1 parent 04f54de commit 549e848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ module.exports = {
314314
],
315315
},
316316
],
317-
copyright: "Copyright © 2024 LDK Developers",
317+
copyright: `Copyright © ${(new Date()).getUTCFullYear()} BDK Developers`
318318
},
319319
},
320320
};

0 commit comments

Comments
 (0)