From c87411a0cb8fb6d3fdda1999ae7185c96738ce2c Mon Sep 17 00:00:00 2001 From: arzafran Date: Thu, 18 Jan 2024 19:12:50 -0300 Subject: [PATCH] smol readme update --- PROD-README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/PROD-README.md b/PROD-README.md index 97bea8c8..e35c5ef4 100644 --- a/PROD-README.md +++ b/PROD-README.md @@ -52,7 +52,6 @@ The usual process for Next.js based apps/websites: ## Third Party -- [Contentful Headless CMS (GraphQL API)](https://contentful.com/) - [Mailchimp CRM](https://mailchimp.com/) - [Hubspot CRM](https://hubspot.com/) - [Vercel (Hosting & Continuous Deployment)](https://vercel.com/home) @@ -64,7 +63,6 @@ Alongside the usual Next.js folder structure (`/public`, `/pages`, etc.) We've a - **/assets:** General Images/Videos and SVGs - **/components:** Reusable components with their respective Sass file -- **/contentful:** Fragments/Queries/Renderers - **/config:** General settings (mostly Leva for now) - **/hooks:** Reusable Custom Hooks - **/layouts:** High level layout component