diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d001b1c..96f9fb6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,8 +45,11 @@ jobs: --exclude uploads/ \ --exclude .claude/ \ --exclude .gitignore \ - --exclude .package.json \ + --exclude package.json \ + --exclude package-lock.json \ --exclude .env \ + --exclude node_modules/ \ + --exclude scripts/ \ --exclude impressum.html \ --exclude datenschutz.html \ --exclude-glob *.csv \ diff --git a/index.html b/index.html index c7bc5ae..639d3d5 100644 --- a/index.html +++ b/index.html @@ -2,13 +2,13 @@ - + Finger Chooser – Wer fängt an? Zufällig einen Finger auswählen - + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..3300ab1 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://choose.leuschner.dev/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..07916d2 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://choose.leuschner.dev/ + monthly + 1.0 + +