Skip to content

Commit

Permalink
chore: fix page link in README (#3)
Browse files Browse the repository at this point in the history
Fix another instance of broken link to "catch-all route"
  • Loading branch information
basementlivin committed Apr 29, 2024
1 parent d1dd10d commit 98329f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If it doesn't speak to you or if you need custom Kirby page blueprints with cust
- 🌐 Internationalization with [`@nuxtjs/i18n`](https://github.com/nuxt-modules/i18n)
- 🏆 Motto: [“Everything is a block”](./components/Kirby/Block/) – Kirby blocks define what to render for each page
- 🛣️ All pages are rendered by the [catch-all route](./pages/[...id].vue) by default (you can still create Nuxt pages)
- 🛣️ All pages are rendered by the [catch-all route](./pages/[...slug].vue) by default (you can still create Nuxt pages)
- 🌌 Use Kirby's page structure as the source of truth
- 🫂 Kirby Query Language with [`nuxt-kql`](https://nuxt-kql.byjohann.dev)
- 🏛 Global [site data](./plugins/site.ts) similar to Kirby's `$site`
Expand Down

0 comments on commit 98329f0

Please sign in to comment.