diff --git a/assets/AtkinsonHyperlegible-Bold.woff2 b/assets/AtkinsonHyperlegible-Bold.woff2 new file mode 100644 index 0000000..19b6f67 Binary files /dev/null and b/assets/AtkinsonHyperlegible-Bold.woff2 differ diff --git a/assets/AtkinsonHyperlegible-BoldItalic.woff2 b/assets/AtkinsonHyperlegible-BoldItalic.woff2 new file mode 100644 index 0000000..9ba2ce0 Binary files /dev/null and b/assets/AtkinsonHyperlegible-BoldItalic.woff2 differ diff --git a/assets/AtkinsonHyperlegible-Italic.woff2 b/assets/AtkinsonHyperlegible-Italic.woff2 new file mode 100644 index 0000000..9f77e5a Binary files /dev/null and b/assets/AtkinsonHyperlegible-Italic.woff2 differ diff --git a/blog/300.html b/blog/300.html index 8c70894..862042c 100644 --- a/blog/300.html +++ b/blog/300.html @@ -14,7 +14,7 @@

Since I have my code 1) on my - self-hosted Gitea (soon Forgejo) instance, and 2) , and 2) mirrored on GitHub, I didn't just want to set up a simple 308 @@ -60,7 +60,7 @@

Well, that's boring. Guess I'll do that then.

    location  /.git {
         add_header Location "https://git.askiiart.net/askiiart/askiiart-net";
-        return 300 '<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"></head><body><a href="https://git.askiiart.net/askiiart/askiiart-net">Self-hosted</a><br><a href="https://github.com/askiiart/askiiart-net">GitHub</a></body></html>';
+        return 300 '<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"></head><body><a href="https://git.askiiart.net/askiiart/askiiart-net">Self-hosted</a><br><a href="https://github.com/askiiart/askiiart.github.io">GitHub</a></body></html>';
     }

nginx is hard

That config looks fine, right? It just sets the @@ -126,8 +126,9 @@

browser-specific info

Elsewhere in the Quora thread it says, in short, that Firefox and Chrome just displays the HTML, and Safari will follow the - Location header. [Back]

+ Location header. Edit: Apparently I forgot to link + the Quora thread, so I've got no idea what I'm referencing here. + Sorry! [Back]