Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fshowalter committed Jul 28, 2024
1 parent cc1a9e9 commit cb71917
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ A quick look at the non-standard directories included in the project.
├── src/styles
└── src/utils

1. **`/content`**: The movie log content. Reviews and data copied from the backend system, as well as front-end
specific assets like backdrops and posters. It also contains the content for the [about](https://www.franksmovielog.com/about/) and [how I grade](https://www.franksmovielog.com/how-i-grade/) pages. We don't leverage Astro's content directory because I prefer keeping content and code separate.
1. **`/content`**: The movie log content. Reviews and data copied from the backend system, as well as front-end specific assets like backdrops and posters. It also contains the content for the [how I grade](https://www.franksmovielog.com/how-i-grade/) page. We don't leverage Astro's content directory because I prefer keeping content and code separate.

1. **`/src/api`**: Functions to access the data in the `/content` folder. This replaces Gatsby's GraphQL layer. `/src/api/data` contains [Zod](https://zod.dev/) schemas to validate all the JSON and Markdown.
Expand Down

0 comments on commit cb71917

Please sign in to comment.