File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import Link from 'next/link' ;
22import Image from 'next/image' ;
33
4- // Import the logo as a static asset for GitHub Pages compatibility
5- import logoImage from '@/images /mdg.png' ;
4+ // Import logo from public directory for GitHub Pages compatibility
5+ import logoImage from '../../../public /mdg.png' ;
66
77export function Footer ( ) {
88 return (
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { ThemeToggle } from '@/components/ui/theme-toggle';
77import { AccessibilityMenu } from '@/components/ui/accessibility-menu' ;
88import { GitHubStats } from '@/components/ui/github-stats' ;
99
10- // Import the logo as a static asset for GitHub Pages compatibility
11- import logoImage from '@/images /mdg.png' ;
10+ // Import logo from public directory for GitHub Pages compatibility
11+ import logoImage from '../../../public /mdg.png' ;
1212
1313const navigation = [
1414 { name : 'Generator' , href : '/' } ,
You can’t perform that action at this time.
0 commit comments