aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
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: [
{