implement music by time period, clean up header
This commit is contained in:
parent
4b88c00919
commit
37d478d9b8
5 changed files with 161 additions and 10 deletions
|
@ -2,7 +2,7 @@ import type { NextConfig } from "next";
|
|||
|
||||
const nextConfig: NextConfig = {
|
||||
images: {
|
||||
domains: ['lastfm.freetls.fastly.net'],
|
||||
domains: ['lastfm.freetls.fastly.net', 'p0ntus.com'],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue