diff options
author | elioat <elioat@tilde.institute> | 2025-03-15 21:02:32 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-03-15 21:02:32 -0400 |
commit | e0bce981fdd1b71eafb1a2064b58e05d6f08d33f (patch) | |
tree | 1691dbd1693a791a24da53475834a806f3b08f2b | |
parent | aec05d63db9a58a2df90cbef1fee0cafd811b1a8 (diff) | |
download | tour-e0bce981fdd1b71eafb1a2064b58e05d6f08d33f.tar.gz |
*
-rw-r--r-- | html/web-font-vacuum/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/web-font-vacuum/app.js b/html/web-font-vacuum/app.js index b1aada2..2dc91ff 100644 --- a/html/web-font-vacuum/app.js +++ b/html/web-font-vacuum/app.js @@ -32,7 +32,7 @@ const CORS_PROXIES = [ }, { name: 'corsanywhere', - url: 'https://cors-anywhere.herokuapp.com/', + url: 'https://cors-anywhere.herokuapp.com/', // FIXME: pretty certain this one doesn't work without human intervention urlFormatter: url => `https://cors-anywhere.herokuapp.com/${url}` }, { |