From d9b3ba0ff2f0e171c0433bc56e1d3edebad948bb Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Sat, 22 Apr 2023 09:59:46 -0700 Subject: [PATCH] Fix logged in user stall (#1114) --- nuxt.config.js | 7 ------- pages/[type]/[id].vue | 6 ++++-- plugins/2.state.js | 3 +-- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 278bb791c..c9862bc64 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -99,13 +99,6 @@ export default defineNuxtConfig({ type: 'font/woff2', crossorigin: true, }, - { - rel: 'preload', - href: 'https://cdn-raw.modrinth.com/fonts/inter/Inter-ExtraBold.woff2?v=3.19', - as: 'font', - type: 'font/woff2', - crossorigin: true, - }, { rel: 'icon', type: 'image/x-icon', diff --git a/pages/[type]/[id].vue b/pages/[type]/[id].vue index a5c731230..3d2d3b569 100644 --- a/pages/[type]/[id].vue +++ b/pages/[type]/[id].vue @@ -282,7 +282,7 @@ Report