Skip to content

Commit a0c0bb3

Browse files
committed
Add Content Collections for the blog page
1 parent 74bc835 commit a0c0bb3

16 files changed

+431
-139
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ yarn.lock
2020
dist
2121
.vscode/
2222
.env.local
23+
24+
# Content Collections generated files
25+
.content-collections
26+

app.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { sentryVitePlugin } from '@sentry/vite-plugin'
22
import { defineConfig } from '@tanstack/start/config'
3+
import contentCollections from "@content-collections/vinxi";
34
import tsConfigPaths from 'vite-tsconfig-paths'
45

56
export default defineConfig({
@@ -9,6 +10,7 @@ export default defineConfig({
910
vite: {
1011
plugins: [
1112
tsConfigPaths(),
13+
contentCollections(),
1214
(() => {
1315
const replacements = [
1416
// replace `throw Error(p(418))` with `console.error(p(418))`

app/blog/ag-grid-partnership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: TanStack Table + Ag-Grid Partnership
3-
published: 6/17/2022
3+
published: 2022-06-17
44
authors:
55
- Tanner Linsley
66
- Niall Crosby

app/blog/announcing-tanstack-form-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Announcing TanStack Form v1
3-
published: 03/03/2025
3+
published: 2025-03-03
44
authors:
55
- Corbin Crutchley
66
---

app/blog/announcing-tanstack-query-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Announcing TanStack Query v4
3-
published: 7/14/2022
3+
published: 2022-07-14
44
authors:
55
- Dominik Dorfmeister
66
---

app/blog/announcing-tanstack-query-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Announcing TanStack Query v5
3-
published: 10/17/2023
3+
published: 2023-10-17
44
authors:
55
- Dominik Dorfmeister
66
---

app/blog/netlify-partnership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: TanStack + Netlify Partnership
3-
published: 3/18/2025
3+
published: 2025-03-18
44
authors:
55
- Tanner Linsley
66
---

app/blog/tanstack-router-typescript-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: A milestone for TypeScript Performance in TanStack Router
3-
published: 09/17/2024
3+
published: 2024-09-17
44
authors:
55
- Christopher Horobin
66
---

app/blog/why-tanstack-start-and-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Why choose TanStack Start and Router?
3-
published: 12/03/2024
3+
published: 2024-12-03
44
authors:
55
- Tanner Linsley
66
---

app/blog/why-tanstack-start-is-ditching-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Why TanStack Start is Ditching Adapters
3-
published: 11/22/2024
3+
published: 2024-11-22
44
authors:
55
- Tanner Linsley
66
---

0 commit comments

Comments
 (0)