aboutsummaryrefslogtreecommitdiff
path: root/examples/with-content/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-content/astro.config.mjs')
-rw-r--r--examples/with-content/astro.config.mjs3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/with-content/astro.config.mjs b/examples/with-content/astro.config.mjs
index e27ea0285..3b2f75c84 100644
--- a/examples/with-content/astro.config.mjs
+++ b/examples/with-content/astro.config.mjs
@@ -7,7 +7,4 @@ import sitemap from '@astrojs/sitemap';
export default defineConfig({
site: 'https://example.com',
integrations: [mdx(), sitemap()],
- experimental: {
- contentCollections: true,
- },
});