aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/css-head-mdx/src/pages/indexOne.astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/mdx/test/fixtures/css-head-mdx/src/pages/indexOne.astro')
-rw-r--r--packages/integrations/mdx/test/fixtures/css-head-mdx/src/pages/indexOne.astro10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/mdx/test/fixtures/css-head-mdx/src/pages/indexOne.astro b/packages/integrations/mdx/test/fixtures/css-head-mdx/src/pages/indexOne.astro
new file mode 100644
index 000000000..f24bf4f3c
--- /dev/null
+++ b/packages/integrations/mdx/test/fixtures/css-head-mdx/src/pages/indexOne.astro
@@ -0,0 +1,10 @@
+---
+import One from '../layouts/One.astro'
+
+import { Content } from '../test.mdx'
+---
+
+<One>
+ <h1>Astro</h1>
+ <Content />
+</One>