damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

next.config.js (178B)


      1 /** @type {import('next').NextConfig} */
      2 const nextConfig = {
      3   output: 'export',
      4   reactStrictMode: true,
      5   images: {
      6     unoptimized: true,
      7   },
      8 }
      9 
     10 module.exports = nextConfig