Skip to content

Commit

Permalink
Rollback to staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Nov 17, 2024
1 parent 9b9e4ae commit 16fbfc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/app-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modrinth/app-frontend",
"private": true,
"version": "0.8.904",
"version": "0.8.905",
"development_build": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { globIterate } from "glob";
import { match as matchLocale } from "@formatjs/intl-localematcher";
import { consola } from "consola";

const API_URL = "https://api.modrinth.com/v2/";
const API_URL = "https://staging-api.modrinth.com/v2/";

const preloadedFonts = [
"inter/Inter-Regular.woff2",
Expand Down

0 comments on commit 16fbfc0

Please sign in to comment.