🎉 We just launched our Bento Grid Maker! ✨ Create beautiful grid layouts with our interactive builder! 🚀

Alone 404

not found

YOU ARE ALL ALONE HERE

Install dependencies

npm i next@latest

Configure next.config.mjs

/** @type {import('next').NextConfig} */
const nextConfig = {
  images: {
    domains: ['res.cloudinary.com'],
  },
};

export default nextConfig;