Home
last modified time | relevance | path

Searched refs:FAKE_DOMAIN (Results 1 – 1 of 1) sorted by relevance

/expo/docs/mdx-plugins/
H A Dremark-link-rewrite.js17 const FAKE_DOMAIN = 'https://fake.domain'; constant
46 const ref = new URL(node.url, FAKE_DOMAIN);
48 if (ref.origin === FAKE_DOMAIN) {