AV launch: swap header/footer/schema.org logo to AV Beat SVG + install devDeps so Coolify NODE_ENV=production does not strip autoprefixer
This commit is contained in:
@@ -124,7 +124,7 @@ export default function RootLayout({
|
||||
'@type': 'Organization',
|
||||
name: 'AV Beat',
|
||||
url: 'https://avbeat.com',
|
||||
logo: "https://avbeat.com/assets/images/logo.png",
|
||||
logo: "https://avbeat.com/assets/images/logo.svg",
|
||||
description: 'The digital platform for broadcast engineering professionals. Breaking news, deep-dive features, and industry spotlights from NAB to IBC and beyond.',
|
||||
sameAs: [
|
||||
'https://linkedin.com',
|
||||
|
||||
@@ -112,7 +112,7 @@ export default function Footer() {
|
||||
aria-label="AV Beat — home"
|
||||
className="flex-shrink-0 opacity-70 hover:opacity-100 transition-opacity">
|
||||
<AppImage
|
||||
src="/assets/images/logo.png"
|
||||
src="/assets/images/logo.svg"
|
||||
alt="AV Beat"
|
||||
width={180}
|
||||
height={24}
|
||||
|
||||
@@ -263,7 +263,7 @@ export default function Header() {
|
||||
{/* Logo */}
|
||||
<Link href="/home-page" className="flex-shrink-0 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#3b82f6] focus-visible:ring-offset-1 focus-visible:ring-offset-[#111]">
|
||||
<AppImage
|
||||
src="/assets/images/logo.png"
|
||||
src="/assets/images/logo.svg"
|
||||
alt="AV Beat logo"
|
||||
width={200}
|
||||
height={26}
|
||||
|
||||
Reference in New Issue
Block a user