atinux / content-wind

A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
https://content-wind.nuxt.space
MIT License
791 stars 55 forks source link

The link to Navbar is incorrect. #82

Closed ryoAccount closed 11 months ago

ryoAccount commented 11 months ago

1.index.md

### Navigation

The navigation is generated from your pages, you can take a look at the [`<Navbar>`](https://github.com/Atinux/content-wind/blob/main/theme/components/Navbar.vue) component to see how it works.

When I access a link in the <Navbar> I get a 404. Maybe the correct link destination is AppNavbar.vue?

atinux commented 11 months ago

Nice catch thank you!