Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const router = createRouter({
},
meta: {
title: {
text: 'Real-time GitHub Contribution City 2023',
text: `Real-time GitHub Contribution City ${new Date().getFullYear()}`,
style: {
color: 'white'
}
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineConfig({
template: 'template-3d.html',
inject: {
data: {
title: 'Real-time GitHub Contribution City 2023 | OSS Insight',
title: `Real-time GitHub Contribution City ${new Date().getFullYear()} | OSS Insight`,
description: 'A 3D city created with GitHub contribution graph, you can see how developers build the open source world with corporations in real-time.',
keywords: 'GitHub contribution graph,3d GitHub contribution,GitHub city,Real-time GitHub Contribution,live GitHub contribution city,open-source corporation,data flow,pull requests in GitHub',
home: 'https://live.ossinsight.io/',
Expand Down
Loading