From e7e514ae9ac38191287fcd3cec445e4d42da5802 Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 4 Apr 2024 13:24:43 -0500 Subject: [PATCH] chore: Fix nuxt config --- web/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/nuxt.config.ts b/web/nuxt.config.ts index 34012ec..ebb34cc 100644 --- a/web/nuxt.config.ts +++ b/web/nuxt.config.ts @@ -11,7 +11,7 @@ export default defineNuxtConfig({ }, }, nitro: { - plugins: [resolve('web/server/plugins/onshape.ts')], + plugins: [resolve('server/plugins/onshape.ts')], }, app: { head: {