Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 122bf70

Browse files
Update deploy.sh
1 parent a6c04dd commit 122bf70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ deploy_s3bucket() {
3737
#sudo chmod 666 /etc/mime.types
3838
#echo -e "application/font-woff\t\t\t\twoff2" >> /etc/mime.types
3939
#echo -e "application/font-sfnt\t\t\t\tttf" >> /etc/mime.types
40-
echo -e "application/json\t\t\t\tmap" >> /etc/mime.types
40+
#echo -e "application/json\t\t\t\tmap" >> /etc/mime.types
4141

4242
cat /etc/mime.types | grep -i woff
4343
cat /etc/mime.types | grep -i ico
4444
cat /etc/mime.types | grep -i map
4545
cat /etc/mime.types | grep -i ttf
46+
cat /etc/mime.types | grep -i woff2
4647

4748
configure_aws_cli
4849
deploy_s3bucket

0 commit comments

Comments
 (0)