Skip to content

Standardize name for "splat" URL elements? #1137

@genehack

Description

@genehack

I wonder if another name would be more informative here. Maybe staging/[[...slug]]/… to match Next.js docs? Same would go for pathogens/[[...slug]]. blog/[id] is meaningful as-is.

  if (params && params["slug"]) {
    notFound();
  }

Not the fault of this PR since the old implementation uses [[...staging]]

Originally posted by @victorlin in #1131 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions