Update banner assets and manifest references

This commit is contained in:
plebeius
2025-12-06 15:45:41 +01:00
parent 9d3b7473f1
commit 8f78a46e96
4 changed files with 1 additions and 7 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

+1 -7
View File
@@ -2,12 +2,6 @@
// Run 'node scripts/generate-asset-manifest.js' to regenerate
// This file is generated from public/assets/ directory
export const BANNERS = [
'assets/banners/banner-1.jpg',
'assets/banners/banner-2.jpg',
'assets/banners/banner-3.gif',
'assets/banners/banner-4.gif',
'assets/banners/banner-5.png',
] as const;
export const BANNERS = ['assets/banners/banner-1.jpg', 'assets/banners/banner-2.jpg', 'assets/banners/banner-3.gif', 'assets/banners/banner-4.png'] as const;
export const NOT_FOUND_IMAGES = ['assets/not-found/not-found-1.png'] as const;