Skip to content

Commit

Permalink
Fix 404 link in Astro 4.14 blog post (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
crcastle authored Sep 5, 2024
1 parent 8e788f0 commit 4e08595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/blog/astro-4140.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const countries = defineCollection({
export const collections = { countries };
```

For more advanced loading logic, you can define an object loader. This allows incremental updates and conditional loading while also giving full access to the data store. It also allows a loader to define its own schema, including generating it dynamically based on the source API. See the [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md#loaders) for more details.
For more advanced loading logic, you can define an object loader. This allows incremental updates and conditional loading while also giving full access to the data store. It also allows a loader to define its own schema, including generating it dynamically based on the source API. See the [the Content Layer API RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md#loaders) for more details.

### Sharing your loaders

Expand All @@ -161,7 +161,7 @@ export const collections = { podcasts };

### Learn more

To find out more about using the Content Layer API, check out [the Content Layer RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0047-content-layer.md) and [share your feedback](https://github.com/withastro/roadmap/pull/982).
To find out more about using the Content Layer API, check out [the Content Layer RFC](https://github.com/withastro/roadmap/blob/content-layer/proposals/0050-content-layer.md) and [share your feedback](https://github.com/withastro/roadmap/pull/982).

## Experimental: Intellisense inside content files

Expand Down

0 comments on commit 4e08595

Please sign in to comment.