diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 73d93e8..4ba05a7 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -20,6 +20,7 @@ jobs: - name: Deploy to GitHub pages uses: andrewscwei/actions/gh-pages-deploy@v2 with: + cname: ${{ vars.CNAME }} deploy-path: public notify: name: Notify diff --git a/src/static/404.html b/src/static/404.html new file mode 100644 index 0000000..ea2c8f3 --- /dev/null +++ b/src/static/404.html @@ -0,0 +1,23 @@ + + + + + + + 404 + + +

+ ⢀⣴⣶⣶⡄⠀⢀⣴⣶⣶⣄⠀⠀⣤⣶⣶⣤⠀⠀⠀⠀⠀⠀⠀⠀⢠⣶⣶⣦⡀ + ⢺⣿⣿⣿⣿⠀⢸⣿⣿⣿⣿⠀⠸⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿⣿⡿ + ⠈⠙⠻⠛⠁⠀⠀⠙⠛⠛⠁⠀⠀⠙⠛⠟⠋⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠟⠛⠁ + ⢀⣤⣶⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣶⣶⣄⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣶⣤⡀ + ⢺⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠰⣿⣿⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⣿⣿⣿⣿⡷ + ⠈⠛⠿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠙⠻⠟⠋⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⠿⠛⠁ + ⢀⣠⣤⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣤⣤⣄⠀⠀⢀⣤⣤⣄⠀⠀⢀⣤⣤⣤⡀ + ⢼⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⢰⣿⣿⣿⣿⡆⠀⣿⣿⣿⣿⡇⠀⣾⣿⣿⣿⣷ + ⠈⠻⠿⠿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠛⠿⠿⠛⠀⠀⠙⠿⠿⠟⠁⠀⠘⠻⠿⠟⠃ +

+

If you're not redirected automatically, click here.

+ + diff --git a/src/static/_redirects b/src/static/_redirects deleted file mode 100644 index 4308505..0000000 --- a/src/static/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200