bump, improve/update now playing component to use listenbrainz, update deploy link, update env variables in readme

This commit is contained in:
Aidan 2025-02-17 18:02:30 -05:00
parent ffe9419db1
commit b6b99d26f4
6 changed files with 340 additions and 67 deletions

View file

@ -3,12 +3,6 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'lastfm.freetls.fastly.net',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'p0ntus.com',
@ -21,10 +15,15 @@ const nextConfig: NextConfig = {
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: '*.archive.org',
port: '',
pathname: '/**',
},
],
dangerouslyAllowSVG: true,
},
};
export default nextConfig;
export default nextConfig;