8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
transpilePackages: ["@pdntechnology/cookie-consent"],
|
|
outputFileTracingRoot: import.meta.dirname,
|
|
};
|
|
|
|
export default nextConfig;
|