Back to Blog

Category: design

Showing posts matching design

No articles found in this category yet.

How this works:

This page uses a [...slug] (Catch-all) route. It captures all segments after /blog/category/ into an array.

URL:

/blog/category/design

Params Object:

{
  "slug": [
    "design"
  ]
}