Skip to content

Commit b6033b8

Browse files
factions-user
authored andcommitted
add content collections
GitOrigin-RevId: 469513b02042241a3d27425d3727b02f8a8b38e4
1 parent f69d7fa commit b6033b8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ build/
2424
# .cache
2525

2626
# bunx wrangler pages functions build ./functions
27-
_worker.bundle
27+
_worker.bundle
28+
29+
# https://www.content-collections.dev/docs/quickstart/remix-vite
30+
.content-collections

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"tailwindCSS.classAttributes": ["class", "className", "tw"],
1414
"files.associations": {
15-
"*.css": "tailwindcss"
15+
"*.css": "tailwindcss",
16+
"*.md": "markdoc"
1617
},
1718
"cssVariables.languages": [
1819
"astro",

bun.lockb

12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)