From d81f8eb20845cb10d4eb516658989fe8c28efc7a Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:48:57 +0400 Subject: [PATCH] Update project structure in README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbcbb2a..6879f96 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,9 @@ ScrewFast organizes modular components, content, and layouts to streamline devel ```md src/ +├── assets/ +│ ├── scripts/ # JS scripts +│ └── styles/ # CSS styles ├── components/ # Reusable components │ ├── Meta.astro # Meta component for SEO │ ├── sections/ # Components for various sections of the website @@ -187,7 +190,6 @@ src/ │ ├── products/ │ ├── robots.txt.ts # Dynamically generates robots.txt │ └── services.astro -├── styles/ # CSS styles └── utils/ # Shared utility functions and helpers ```