From f67a9c1d8e0c4c158f0b6feea7714c927602e94d Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Fri, 3 Mar 2023 10:00:10 -0500 Subject: [PATCH] chore: remove revealSecret from ex --- examples/with-markdoc/astro.config.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/with-markdoc/astro.config.mjs b/examples/with-markdoc/astro.config.mjs index 397c81b9c..d88ed2098 100644 --- a/examples/with-markdoc/astro.config.mjs +++ b/examples/with-markdoc/astro.config.mjs @@ -5,9 +5,6 @@ import markdoc from '@astrojs/markdoc'; export default defineConfig({ integrations: [ markdoc({ - variables: { - revealSecret: true, - }, tags: { aside: { render: 'Aside',