diff --git a/next.config.ts b/next.config.ts index a82fe09..83cbf30 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,6 +8,7 @@ const nextConfig: NextConfig = { reactStrictMode: false, output: 'standalone', images: { + unoptimized: true, remotePatterns: [ { protocol: 'https', diff --git a/public/ff-sranalysis.ico b/public/ff-sranalysis.ico index ba78eb0..23e38a6 100644 Binary files a/public/ff-sranalysis.ico and b/public/ff-sranalysis.ico differ diff --git a/public/ff-sranalysis.png b/public/ff-sranalysis.png index 2fd9142..3d51694 100644 Binary files a/public/ff-sranalysis.png and b/public/ff-sranalysis.png differ diff --git a/src/components/enemybar/index.tsx b/src/components/enemybar/index.tsx index 4945eae..a1a4ec7 100644 --- a/src/components/enemybar/index.tsx +++ b/src/components/enemybar/index.tsx @@ -21,13 +21,16 @@ export default function EnemyBar() {