From a01f61d28703c129490fa3941a95964c5d504815 Mon Sep 17 00:00:00 2001 From: Nookery Date: Thu, 6 Mar 2025 21:48:56 +0800 Subject: [PATCH] Update +page.markdoc the file name should be 'signup.astro' --- src/routes/docs/tutorials/astro-ssr-auth/step-5/+page.markdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/tutorials/astro-ssr-auth/step-5/+page.markdoc b/src/routes/docs/tutorials/astro-ssr-auth/step-5/+page.markdoc index 3eefaf5efc..87ec749a15 100644 --- a/src/routes/docs/tutorials/astro-ssr-auth/step-5/+page.markdoc +++ b/src/routes/docs/tutorials/astro-ssr-auth/step-5/+page.markdoc @@ -5,7 +5,7 @@ description: Add authentication to a Astro project using Appwrite. step: 5 --- -We can now implement our sign up page. Create a `signin.astro` file in the `src/pages` directory: +We can now implement our sign up page. Create a `signup.astro` file in the `src/pages` directory: ```js --- @@ -64,4 +64,4 @@ if (Astro.request.method === "POST") { } --- -``` \ No newline at end of file +```