Skip to content

Commit

Permalink
add content collections
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 469513b02042241a3d27425d3727b02f8a8b38e4
  • Loading branch information
f authored and actions-user committed Oct 2, 2024
1 parent f69d7fa commit b6033b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ build/
# .cache

# bunx wrangler pages functions build ./functions
_worker.bundle
_worker.bundle

# https://www.content-collections.dev/docs/quickstart/remix-vite
.content-collections
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"tailwindCSS.classAttributes": ["class", "className", "tw"],
"files.associations": {
"*.css": "tailwindcss"
"*.css": "tailwindcss",
"*.md": "markdoc"
},
"cssVariables.languages": [
"astro",
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit b6033b8

Please sign in to comment.