From 530f6064fac509f8d82005d589e1c9e620c47c54 Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Wed, 30 Oct 2024 21:21:34 +0900 Subject: [PATCH] format --- pages/index.md | 2 +- pages/sessions/cookies/sveltekit.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/index.md b/pages/index.md index d83118ac6..cf27c6a57 100644 --- a/pages/index.md +++ b/pages/index.md @@ -4,7 +4,7 @@ title: "Lucia" # Lucia -*Lucia is now a learning resource on implementing auth from scratch. See the [announcement](https://github.com/lucia-auth/lucia/discussions/1714) for details and migration path.* +_Lucia is now a learning resource on implementing auth from scratch. See the [announcement](https://github.com/lucia-auth/lucia/discussions/1714) for details and migration path._ Lucia is an open source project to provide resources on implementing authentication with JavaScript and TypeScript. diff --git a/pages/sessions/cookies/sveltekit.md b/pages/sessions/cookies/sveltekit.md index 50ff7da9c..168068a3c 100644 --- a/pages/sessions/cookies/sveltekit.md +++ b/pages/sessions/cookies/sveltekit.md @@ -100,7 +100,6 @@ declare global { } export {}; - ``` ```ts