We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd351b9 commit 6e860eaCopy full SHA for 6e860ea
app/pages/deploy/[slug].vue
@@ -62,7 +62,7 @@ if (provider.value?.nitroPreset) {
62
links.push({
63
icon: 'i-lucide-pen',
64
label: 'Edit this page',
65
- to: `https://github.com/nuxt/nuxt.com/edit/main/content/3.deploy/${route.params.slug}.md`,
+ to: `https://github.com/nuxt/nuxt.com/edit/main/content/deploy/${route.params.slug}.md`,
66
target: '_blank'
67
})
68
</script>
0 commit comments