Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive

feat(nuxt): allow setting name and path for a route in definePageMeta - #8633

Merged
pi0 merged 2 commits into
mainfrom
feat/name-path-meta
Nov 3, 2022
Merged

feat(nuxt): allow setting name and path for a route in definePageMeta#8633
pi0 merged 2 commits into
mainfrom
feat/name-path-meta

Conversation

@danielroe

Copy link
Copy Markdown
Member

🔗 Linked issue

resolvesnuxt/nuxt#15323

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This allows setting custom name/path for a route via definePageMeta. I've also alphabetised this section of the docs.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroedanielroe added the enhancement New feature or request label Nov 2, 2022
@danielroe
danielroe requested review from atinux and pi0November 2, 2022 15:51
@danielroedanielroe self-assigned this Nov 2, 2022
@codesandbox

Copy link
Copy Markdown

CodeSandbox logoCodeSandbox logo Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@netlify

netlifyBot commented Nov 2, 2022

Copy link
Copy Markdown

Deploy Preview for nuxt3-docs canceled.

NameLink
🔨 Latest commitbad0220
🔍 Latest deploy loghttps://app.netlify.com/sites/nuxt3-docs/deploys/6362934921bfa100081efcf9

pi0
pi0 approved these changes Nov 3, 2022

@pi0pi0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks <3

@pi0pi0 changed the title feat(nuxt): allow setting name/path for a route in definePageMetafeat(nuxt): allow setting name and path for a route in definePageMetaNov 3, 2022
@pi0
pi0 merged commit 496fa14 into mainNov 3, 2022
@pi0
pi0 deleted the feat/name-path-meta branch November 3, 2022 14:05
@pi0pi0 mentioned this pull request Nov 3, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3.xenhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Routing - Define custom regex for dynamic page params

3 participants

@danielroe@atinux@pi0