rm unused import, use <Image /> for better image handling
This commit is contained in:
parent
88149ed26a
commit
73a4f1cd72
2 changed files with 11 additions and 6 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue