This commit is contained in:
parent
56f7255918
commit
8c9a5de93b
@ -1,11 +1,5 @@
|
|||||||
const nextBuildId = require("next-build-id");
|
const nextBuildId = require("next-build-id");
|
||||||
const withBundleAnalyzer = require("@next/bundle-analyzer")({ enabled: false });
|
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
|
// Define remote patterns for images
|
||||||
const remotePatterns = [
|
const remotePatterns = [
|
||||||
@ -60,4 +54,4 @@ const nextConfig = {
|
|||||||
images: { remotePatterns },
|
images: { remotePatterns },
|
||||||
};
|
};
|
||||||
|
|
||||||
withBundleAnalyzer(nextConfig);
|
module.exports = withBundleAnalyzer(nextConfig);
|
||||||
|
Loading…
Reference in New Issue
Block a user