diff --git a/deploy.sh b/deploy.sh
index bf0af26..3c2aeb4 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -15,7 +15,7 @@ echo -e "Commit message: \e[0;36m$COMMIT_MESSAGE\e[0m"
echo -e "Repository: \e[0;36m$REPO_URL\e[0m"
echo ""
-if gh-pages -x -d dist -m "$COMMIT_MESSAGE" -r "$REPO_URL" ; then
+if gh-pages -d dist -m "$COMMIT_MESSAGE" -r "$REPO_URL" ; then
echo -e "\e[0;32m✓ Successfully deployed to \e[0;36mhttps://$domain/\e[0m"
else
echo -e "\e[0;31mFailed to deploy\e[0m"
diff --git a/index.html b/index.html
index a44e629..1d5908e 100644
--- a/index.html
+++ b/index.html
@@ -12,9 +12,11 @@
+
+
+
-
@@ -44,6 +46,14 @@
+