Files
radio-otherway/next.config.js
2023-03-02 02:04:13 +00:00

12 lines
202 B
JavaScript

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