diff --git a/src/app/page.tsx b/src/app/page.tsx index f32ee19..b3a26b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,14 +40,16 @@ export default function Home() { })} -

- - View the website source here - -

+ {Config.options.showSourceLink && ( +

+ + View the website source here + +

+ )}