Skip to content

Commit a1218bf

Browse files
authored
Update README.md
Signed-off-by: carl louis manuel <[email protected]>
1 parent 3e68951 commit a1218bf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,3 @@ Contains Tailwind CSS configuration.
145145
### `webpack.config.js`
146146

147147
Contains Webpack configuration.
148-
149-
## Differences between `docs` and `public` directories
150-
151-
The `docs` and `public` directories serve different purposes in the repository:
152-
153-
* The `docs` directory contains the build output and static assets for the project. It includes files such as `docs/index.html`, `docs/asset-manifest.json`, and various static assets like CSS, JavaScript, and media files.
154-
* The `public` directory contains static files that are used during the build process and are copied to the build output. It includes files such as `public/index.html`, `public/asset-manifest.json`, and other static assets like CSS, JavaScript, and media files.
155-
156-
In summary, the `docs` directory holds the final build output, while the `public` directory contains the static files used during the build process.

0 commit comments

Comments
 (0)