Personal-Blog/next.config.js

11 lines
218 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains:
["lh3.googleusercontent.com", "firebasestorage.googleapis.com"]
}
}
module.exports = nextConfig
// 3:21:40