From ed52542f32d50cfee10ef3b1453fd36538b9321b Mon Sep 17 00:00:00 2001 From: Mariana Diachok Date: Wed, 3 Apr 2024 15:15:43 +0300 Subject: [PATCH 1/3] feat: first commit --- src/app/core/header/header.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/header/header.component.html b/src/app/core/header/header.component.html index f8143804..be10e7ca 100644 --- a/src/app/core/header/header.component.html +++ b/src/app/core/header/header.component.html @@ -1,4 +1,4 @@ - + E-shop
From 16e0ba4b0c1af642a20eaee467c64bf128b30fa8 Mon Sep 17 00:00:00 2001 From: Mariana Diachok Date: Sun, 7 Apr 2024 10:47:23 +0300 Subject: [PATCH 2/3] feat: add aws cloudfront and s3 links --- README.md | 5 +++++ angular.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc577da..de668d80 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# App URLs + +- CloudFront [d2jtomm32pvh50.cloudfront.net] +- S3 [https://deploywebappstackdeployment-frontendbucketefe2e19c-bhwkwmbtdm5r.s3.amazonaws.com/index.html] + # Shop Angular Cloudfront Angular version: ~17. diff --git a/angular.json b/angular.json index a842127d..03d24b80 100644 --- a/angular.json +++ b/angular.json @@ -107,7 +107,8 @@ } }, "cli": { - "schematicCollections": ["@angular-eslint/schematics"] + "schematicCollections": ["@angular-eslint/schematics"], + "analytics": false }, "schematics": { "@angular-eslint/schematics:application": { From fb3bd569691fd2717705b20fb8d618167bc7f48c Mon Sep 17 00:00:00 2001 From: Mariana Diachok Date: Wed, 10 Apr 2024 13:15:02 +0300 Subject: [PATCH 3/3] feat: update cloudfront link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de668d80..82c6d106 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # App URLs -- CloudFront [d2jtomm32pvh50.cloudfront.net] +- CloudFront [dz48wttf1vpfs.cloudfront.net] - S3 [https://deploywebappstackdeployment-frontendbucketefe2e19c-bhwkwmbtdm5r.s3.amazonaws.com/index.html] # Shop Angular Cloudfront