Skip to content

Commit

Permalink
config: add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 25, 2024
1 parent e3fece1 commit 7b3f1fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/.vitepress/i18n/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,14 @@ const themeConfig = {
},
sidebar_common
],
},
footer: {
copyright: 'Copyright © 2024 Nintendo Homebrew',
items: [
{ text: localeData.pages["donations"], link: `/donations` },
{ text: localeData.pages["privacy-policy"], link: `/privacy-policy` },
{ text: localeData.pages["site-navigation"], link: `/site-navigation` }
]
}
};

Expand Down

0 comments on commit 7b3f1fe

Please sign in to comment.