mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-02 00:33:14 +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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue