We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753e9e1 commit b75ec80Copy full SHA for b75ec80
apps/frontend/nuxt.config.ts
@@ -15,7 +15,7 @@ const preloadedFonts = [
15
16
const faviconHref = '/favicon.png'
17
18
-const PROD_MODRINTH_URL = 'https://legacy.modrinth.com'
+const PROD_MODRINTH_URL = 'https://april-fools-2026.modrinth.com'
19
const STAGING_MODRINTH_URL = 'https://staging.modrinth.com'
20
21
export default defineNuxtConfig({
apps/frontend/wrangler.jsonc
@@ -8,7 +8,7 @@
8
"directory": "./.output/public/"
9
},
10
"compatibility_flags": ["nodejs_compat_v2"],
11
- "routes": ["legacy.modrinth.com/*"],
+ "routes": ["april-fools-2026.modrinth.com/*", "legacy.modrinth.com/*"],
12
"preview_urls": true,
13
"workers_dev": true,
14
"limits": {
0 commit comments