Files
radio-otherway/web/next.config.js
Fergal Moran 5f847732a4 Added files
2023-03-02 06:27:17 +00:00

12 lines
202 B
JavaScript

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