diff --git a/README.md b/README.md index 706ec0a..9a5febb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The directory structure of this Nx monorepo is organized as follows: - **apps/app**: This is the main Angular application with SSR enabled. - **apps/api**: This directory is used for running the backend server during development. -### Libs +### Libsf - **libs/backend/root**: This directory contains the entry point for the backend services. It includes necessary configurations and files to initialize and run the backend application. - **libs/frontend/root**: This directory contains the entry point for the frontend services. It includes necessary configurations and files to initialize and run the frontend application. diff --git a/apps/app/public/robots.txt b/apps/app/public/robots.txt new file mode 100644 index 0000000..6f27bb6 --- /dev/null +++ b/apps/app/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: \ No newline at end of file diff --git a/apps/app/src/index.html b/apps/app/src/index.html index c1441aa..5543ae5 100644 --- a/apps/app/src/index.html +++ b/apps/app/src/index.html @@ -2,10 +2,11 @@
-