1 2 3 4 5 6 7 8
const targets = /wikipedia.org/; const redirects = ["https://wikiless.org"]; export default { targets, redirects, };