diff --git a/src/pages/index.astro b/src/pages/index.astro index c130d7a..5cf2089 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- import Layout from '../layouts/Layout.astro'; +import {siteConfig} from "../config"; // Conditionally import content if file exists let HomePageContent; try { @@ -20,4 +21,14 @@ try {

If you are site owner, please create src/content/index.md to customize this page.

} - \ No newline at end of file + + +{!siteConfig.noClientJavaScript && +} \ No newline at end of file