Skip to content

Commit

Permalink
docs(update): fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Nov 10, 2023
1 parent 3dae7b4 commit 9e78106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ export default defineConfig(() => ({
...navigation,

socialLinks: [
{ icon: 'github', link: 'https://nuxt-speedkit.grabarzundpartner.dev/' }
{ icon: 'github', link: 'https://github.com/GrabarzUndPartner/nuxt-speedkit' }
]
},

sitemap: {
hostname: 'https://example.com'
hostname: 'https://nuxt-speedkit.grabarzundpartner.dev'
}
}));

Expand Down

0 comments on commit 9e78106

Please sign in to comment.