From 680d0063938e558695d1991d2c9cb10f92d6a11f Mon Sep 17 00:00:00 2001 From: farkmarnum Date: Sun, 19 May 2024 00:38:57 -0400 Subject: [PATCH] more cleanup --- .github/workflows/aws.yml | 2 +- public/index.html | 1 - public/manifest.json | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 628bb9d..13ee7a1 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -37,4 +37,4 @@ jobs: yarn install yarn build aws s3 sync ./build s3://${{ env.frontend-domain }} --delete - aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION --paths "/robots.txt" "/favicon.ico" "/index.html" "/logo192.png" "/logo512.png" "/manifest.json" "/css/normalize.css" "/css/skeleton.css" "/css/util.css" "/asset-manifest.json" + aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION --paths "/robots.txt" "/favicon.ico" "/index.html" "/logo192.png" "/logo512.png" "/css/normalize.css" "/css/skeleton.css" "/css/util.css" "/asset-manifest.json" diff --git a/public/index.html b/public/index.html index a19eda2..9aba0d5 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,6 @@ - Emojipasta Generator diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..cd6ffd4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Emojify", + "name": "Emojify", "icons": [ { "src": "favicon.ico",