Skip to content

Commit b75ec80

Browse files
committed
change url
1 parent 753e9e1 commit b75ec80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/frontend/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const preloadedFonts = [
1515

1616
const faviconHref = '/favicon.png'
1717

18-
const PROD_MODRINTH_URL = 'https://legacy.modrinth.com'
18+
const PROD_MODRINTH_URL = 'https://april-fools-2026.modrinth.com'
1919
const STAGING_MODRINTH_URL = 'https://staging.modrinth.com'
2020

2121
export default defineNuxtConfig({

apps/frontend/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "./.output/public/"
99
},
1010
"compatibility_flags": ["nodejs_compat_v2"],
11-
"routes": ["legacy.modrinth.com/*"],
11+
"routes": ["april-fools-2026.modrinth.com/*", "legacy.modrinth.com/*"],
1212
"preview_urls": true,
1313
"workers_dev": true,
1414
"limits": {

0 commit comments

Comments
 (0)