From 72cf36e033ba794db7982befa45f035b62fa6cd2 Mon Sep 17 00:00:00 2001 From: "Alberto Duarte (PWC)" Date: Mon, 9 Oct 2023 17:32:25 +0100 Subject: Changes --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 94c7499..13614ba 100644 --- a/next.config.js +++ b/next.config.js @@ -3,6 +3,9 @@ const { hostname } = require('os') /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, + experimental: { + appDir: true, + }, images: { remotePatterns: [ { -- cgit v1.2.3-54-g00ecf