mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
refactor: update code formatting with prettier
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import LinkButton from "@components/LinkButton.astro";
|
|||||||
<p>Page Not Found</p>
|
<p>Page Not Found</p>
|
||||||
<LinkButton
|
<LinkButton
|
||||||
href="/"
|
href="/"
|
||||||
className="my-6 underline decoration-dashed underline-offset-8 text-lg"
|
className="my-6 text-lg underline decoration-dashed underline-offset-8"
|
||||||
>
|
>
|
||||||
Go back home
|
Go back home
|
||||||
</LinkButton>
|
</LinkButton>
|
||||||
|
|||||||
+3
-3
@@ -11,7 +11,7 @@
|
|||||||
"@layouts/*": ["layouts/*"],
|
"@layouts/*": ["layouts/*"],
|
||||||
"@pages/*": ["pages/*"],
|
"@pages/*": ["pages/*"],
|
||||||
"@styles/*": ["styles/*"],
|
"@styles/*": ["styles/*"],
|
||||||
"@utils/*": ["utils/*"]
|
"@utils/*": ["utils/*"],
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user