Skip to content

Commit b7f3975

Browse files
authored
fix broken link in preview.md (#2450)
fix broken link to Nuxt documentation
1 parent f23efc3 commit b7f3975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/features/preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ An example of [URL generation logic](#2-add-url-generation) in given in the foll
107107

108108
The strategy for the front end application to query draft or published content is framework-specific. At least 3 strategies exist:
109109

110-
- using a query parameter, having something like `/your-path?preview=true` (this is, for instance, how <ExternalLink to="https://nuxt.com/docs/api/composables/use-preview-modehow" text="Nuxt"/> works)
110+
- using a query parameter, having something like `/your-path?preview=true` (this is, for instance, how <ExternalLink to="https://nuxt.com/docs/api/composables/use-preview-mode" text="Nuxt"/> works)
111111
- redirecting to a dedicated preview route like `/preview?path=your-path`(this is, for instance, how <ExternalLink to="https://nextjs.org/docs/app/building-your-application/configuring/draft-mode" text="Next's draft mode"/> works)
112112
- or using a different domain for previews like `preview.mysite.com/your-path`.
113113

0 commit comments

Comments
 (0)