chore: fix asset path again attempt #3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Link from 'next/link';
|
||||
import Image from 'next/image';
|
||||
|
||||
// Import the logo as a static asset for GitHub Pages compatibility
|
||||
import logoImage from '@/images/mdg.png';
|
||||
// Import logo from public directory for GitHub Pages compatibility
|
||||
import logoImage from '../../../public/mdg.png';
|
||||
|
||||
export function Footer() {
|
||||
return (
|
||||
|
||||
@@ -7,8 +7,8 @@ import { ThemeToggle } from '@/components/ui/theme-toggle';
|
||||
import { AccessibilityMenu } from '@/components/ui/accessibility-menu';
|
||||
import { GitHubStats } from '@/components/ui/github-stats';
|
||||
|
||||
// Import the logo as a static asset for GitHub Pages compatibility
|
||||
import logoImage from '@/images/mdg.png';
|
||||
// Import logo from public directory for GitHub Pages compatibility
|
||||
import logoImage from '../../../public/mdg.png';
|
||||
|
||||
const navigation = [
|
||||
{ name: 'Generator', href: '/' },
|
||||
|
||||
Reference in New Issue
Block a user