From 8c9a5de93b94b4d8ca617cdfb6658c139961e14e Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 1 Feb 2024 01:45:07 +0000 Subject: [PATCH] i am a goof ball --- next.config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/next.config.js b/next.config.js index ab6b62c..afdfdaf 100644 --- a/next.config.js +++ b/next.config.js @@ -1,11 +1,5 @@ const nextBuildId = require("next-build-id"); const withBundleAnalyzer = require("@next/bundle-analyzer")({ enabled: false }); -const InfisicalClient = require("infisical-node"); - -const infisicalClient = new InfisicalClient({ - token: process.env.INFISICAL_TOKEN, - siteURL: "https://secrets.fascinated.cc", -}); // Define remote patterns for images const remotePatterns = [ @@ -60,4 +54,4 @@ const nextConfig = { images: { remotePatterns }, }; -withBundleAnalyzer(nextConfig); +module.exports = withBundleAnalyzer(nextConfig);