fix: home page path + final mobile nav touches

This commit is contained in:
afn
2023-08-10 17:52:17 -04:00
parent ac322acba8
commit ad13adaa1a
3 changed files with 14 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ const config = {
},
items: [
{
to: `${siteUrl}/download`,
to: siteUrl,
label: 'Home',
target: '_self'
},