Start creating blog posts
This commit is contained in:
parent
9ff1986adc
commit
4a3ee88f77
35 changed files with 1015 additions and 157 deletions
|
|
@ -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}",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue