summaryrefslogtreecommitdiffstats
path: root/src/assets/javascripts/helpers/wikipedia.js
blob: 280066149eed1c60ed023d72f61b1b4392cccaff (plain)
1
2
3
4
5
6
7
8
const targets = /wikipedia.org/;

const redirects = ["https://wikiless.org"];

export default {
  targets,
  redirects,
};