Skip to content

Commit 7171766

Browse files
feat: use content collections for the blog (#393)
Co-authored-by: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com>
1 parent dd2d3e3 commit 7171766

17 files changed

+495
-192
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/vite'
34
import tsConfigPaths from 'vite-tsconfig-paths'
45

56
export default defineConfig({
@@ -45,6 +46,7 @@ export default defineConfig({
4546
org: 'tanstack',
4647
project: 'tanstack-com',
4748
}),
49+
contentCollections(),
4850
],
4951
},
5052
},

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)