rm unused import, use <Image /> for better image handling

This commit is contained in:
Aidan 2025-01-06 01:19:32 -05:00
parent 88149ed26a
commit 73a4f1cd72
2 changed files with 11 additions and 6 deletions

View file

@ -1,7 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
domains: ['lastfm.freetls.fastly.net'],
},
};
export default nextConfig;
export default nextConfig;