kVersion: '1:', // in case we need to force a re-fetch
kHost: import.meta.env.VITE_PUBLIC_BASE_PATH || 'http://localhost:3000',
kDataPrefix: '/data/',
- kVerbsPath: '/verbs.json',
- kNounsPath: '/nouns.json',
+ kVerbsPath: 'verbs.json',
+ kNounsPath: 'nouns.json',
async get(path) {