From 6e0ce3c9169d1623e4ad5e3d54c1e17927a89af9 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 8 Jan 2023 12:18:58 +0100 Subject: [PATCH] chore: fix module path --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 6e6c87fb..2d768b9a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,7 +24,7 @@ export default defineNuxtConfig({ '@nuxtjs/color-mode', '~/modules/purge-comments', '~/modules/setup-components', - '~/modules/build-info', + '~/modules/build-env', '~/modules/pwa/index', // change to '@vite-pwa/nuxt' once released and remove pwa module '~/modules/tauri/index', ],