diff options
author | Cadence Ember <cloudrac3r@vivaldi.net> | 2021-04-07 22:14:47 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 22:14:47 +1200 |
commit | 6446da6e4cab5eb95ba358238ec0053a6be97e61 (patch) | |
tree | 384b1675be1195e80156198f47fdeab3105b4413 /src | |
parent | Merge pull request #176 from mmatous/add-presearch (diff) | |
download | libredirect-6446da6e4cab5eb95ba358238ec0053a6be97e61.zip |
Update Bibliogram instances list
Set it to match the list of actually working instances. https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md
Diffstat (limited to 'src')
-rw-r--r-- | src/assets/javascripts/helpers/instagram.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/assets/javascripts/helpers/instagram.js b/src/assets/javascripts/helpers/instagram.js index cb0eae52..e0221436 100644 --- a/src/assets/javascripts/helpers/instagram.js +++ b/src/assets/javascripts/helpers/instagram.js @@ -9,13 +9,8 @@ const redirects = [ "https://bibliogram.snopyta.org", "https://bibliogram.pussthecat.org", "https://bibliogram.nixnet.services", - "https://bg.endl.site", - "https://bibliogram.13ad.de", - "https://bibliogram.pixelfed.uno", "https://bibliogram.ethibox.fr", - "https://bibliogram.hamster.dance", - "https://bibliogram.kavin.rocks", - "https://bibliogram.ggc-project.de", + "https://bibliogram.hamster.dance" ]; const reservedPaths = [ "about", |