i am a goof ball
All checks were successful
deploy / deploy (push) Successful in 1m3s

This commit is contained in:
Lee 2024-02-01 01:45:07 +00:00
parent 56f7255918
commit 8c9a5de93b

@ -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);