Start creating blog posts

This commit is contained in:
Bad Manners 2024-09-13 22:36:39 -03:00
parent 9ff1986adc
commit 4a3ee88f77
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
35 changed files with 1015 additions and 157 deletions

View file

@ -7,8 +7,9 @@ export default {
content: {
files: [
"./src/components/**/*.astro",
"./src/content/games/**/*.{md,mdx}",
"./src/content/stories/**/*.{md,mdx}",
"./src/content/games/**/*.{md,mdx}",
"./src/content/blog/**/*.{md,mdx}",
"./src/layouts/*.astro",
"./src/pages/**/*.{astro,ts}",
],