We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46061d4 commit ae13e41Copy full SHA for ae13e41
1 file changed
src/urls.ts
@@ -11,7 +11,7 @@ declare global {
11
}
12
13
const DEFAULT_BASE_URL =
14
- import.meta.env.ARCHIVE_BASE_URL ?? "https://archiveofourown.org";
+ import.meta.env?.ARCHIVE_BASE_URL ?? "https://archiveofourown.org";
15
16
globalThis.archiveBaseUrl = DEFAULT_BASE_URL;
17
0 commit comments