From 162d9f216c012e313c7c8e0826a572883c915bde Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Mon, 25 Nov 2024 11:47:24 -0800 Subject: [PATCH] Update protecting-pages.mdx --- docs/references/nuxt/protecting-pages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/nuxt/protecting-pages.mdx b/docs/references/nuxt/protecting-pages.mdx index e3a9964238..fd2fa48d1e 100644 --- a/docs/references/nuxt/protecting-pages.mdx +++ b/docs/references/nuxt/protecting-pages.mdx @@ -4,7 +4,7 @@ description: Learn how to protect your Nuxt pages by restricting access to authe --- > [!NOTE] -> This page covers protecting pages. For protecting API routes instead, see our guide on [protecting API routes](/docs/references/nuxt/clerk-middleware#protect-api-routes). +> This page covers protecting pages. For API routes, see our [separate guide](/docs/references/nuxt/clerk-middleware#protect-api-routes). To protect pages, first create a named route middleware that checks the user's authentication status: