Personal-Blog/next.config.js

12 lines
218 B
JavaScript
Raw Permalink Normal View History

2024-07-15 20:16:57 +00:00
/** @type {import('next').NextConfig} */
2024-08-04 15:34:29 +00:00
const nextConfig = {
images: {
domains:
2024-08-06 18:01:23 +00:00
["lh3.googleusercontent.com", "firebasestorage.googleapis.com"]
2024-08-04 15:34:29 +00:00
}
}
2024-07-15 20:16:57 +00:00
module.exports = nextConfig
2024-08-04 15:34:29 +00:00
// 3:21:40