aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
authorAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:32:25 +0100
committerAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:32:25 +0100
commit72cf36e033ba794db7982befa45f035b62fa6cd2 (patch)
tree3a6fd91976c976afcc8bc1a7cf6fc5c1bf25a791 /next.config.js
parent66412b7788f49def33fc2143f9e1bd5d25bac261 (diff)
Changes
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js3
1 files changed, 3 insertions, 0 deletions
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: [
{