We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5974ef4 commit 87e6111Copy full SHA for 87e6111
1 file changed
app/knowledge-hub/ECS/page.tsx
@@ -7,13 +7,11 @@ import Footer from '../../components/Footer';
7
import fs from 'node:fs/promises';
8
import path from 'node:path';
9
import Script from 'next/script';
10
-
11
import { KevinContact } from '@/app/person-constants';
12
13
-import ECSImage from '../../public/knowledge-hub/ECS/ECS.jpg'
14
15
import { MENU_ITEMS as menuItems } from '../../constants';
16
+import ECSImage from '../../../public/knowledge-hub/ECS/ECS.jpg';
+
17
18
// Prefix for where the assets live under /public
19
const PUBLIC_PREFIX = '/knowledge-hub/ECS';
0 commit comments