Skip to content

Commit df8e51f

Browse files
authored
Update constants.ts
1 parent 45b8748 commit df8e51f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
export const SPECTRAL_VOICES = ['Charon', 'Kore', 'Fenrir', 'Puck', 'Zephyr'];
33
export const DRIFT_RADIUS_METERS = 5000;
44
export const WIKI_API_ENDPOINT = "https://en.wikipedia.org/w/api.php";
5+
export const BASE_PATH = (window as any).BASE_PATH || 'https://xlabcu.github.io/drift';
56

67
export const COLORS = {
78
background: '#050505',

0 commit comments

Comments
 (0)