We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774381f commit 27587f9Copy full SHA for 27587f9
next-seo.config.ts
@@ -1,6 +1,6 @@
1
-const today: Date = new Date();
2
-const currentMonth: number = today.getMonth();
3
-const currentYear: number = today.getFullYear();
+const today = new Date();
+const currentMonth = today.getMonth();
+const currentYear = today.getFullYear();
4
5
const config = {
6
title: 'Hacktoberfest Projects',
0 commit comments