Skip to content

Commit 87e6111

Browse files
author
Bouwmeester, Kevin
committed
Image at different level
1 parent 5974ef4 commit 87e6111

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/knowledge-hub/ECS/page.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ import Footer from '../../components/Footer';
77
import fs from 'node:fs/promises';
88
import path from 'node:path';
99
import Script from 'next/script';
10-
1110
import { KevinContact } from '@/app/person-constants';
12-
13-
import ECSImage from '../../public/knowledge-hub/ECS/ECS.jpg'
14-
1511
import { MENU_ITEMS as menuItems } from '../../constants';
1612

13+
import ECSImage from '../../../public/knowledge-hub/ECS/ECS.jpg';
14+
1715

1816
// Prefix for where the assets live under /public
1917
const PUBLIC_PREFIX = '/knowledge-hub/ECS';

0 commit comments

Comments
 (0)