mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-29 14:53:16 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in 291552c
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
291552c340
commit
60ff51d459
3 changed files with 13 additions and 6 deletions
|
@ -26,8 +26,8 @@ const tags = defineCollection({
|
|||
type: "content",
|
||||
schema: z.object({
|
||||
name: z.string(),
|
||||
})
|
||||
})
|
||||
}),
|
||||
});
|
||||
|
||||
export const collections = {
|
||||
posts,
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
name: "Math"
|
||||
---
|
||||
``
|
||||
|
||||
``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue