aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.tsx')
-rw-r--r--src/pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 1a2b114..125c5d3 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -14,7 +14,7 @@ import Software from '@site/src/components/landing/sections/Software';
14import Section from '@site/src/components/landing/Section'; 14import Section from '@site/src/components/landing/Section';
15import TrackActiveSection from '@site/src/components/TrackActiveSection'; 15import TrackActiveSection from '@site/src/components/TrackActiveSection';
16 16
17import avatar from './avatar.jpg'; 17import avatar from '@site/src/pages/avatar.jpg';
18 18
19export default function Home() { 19export default function Home() {
20 return ( 20 return (