Files
DefendAccess.org/next.config.js
2025-08-10 13:15:38 -05:00

11 lines
167 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
images: {
domains: [],
},
}
module.exports = nextConfig