aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/i18n-routing-manual-with-default-middleware/src/pages/blog.astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/fixtures/i18n-routing-manual-with-default-middleware/src/pages/blog.astro')
-rw-r--r--packages/astro/test/fixtures/i18n-routing-manual-with-default-middleware/src/pages/blog.astro8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/i18n-routing-manual-with-default-middleware/src/pages/blog.astro b/packages/astro/test/fixtures/i18n-routing-manual-with-default-middleware/src/pages/blog.astro
new file mode 100644
index 000000000..f40d52dad
--- /dev/null
+++ b/packages/astro/test/fixtures/i18n-routing-manual-with-default-middleware/src/pages/blog.astro
@@ -0,0 +1,8 @@
+<html>
+<head>
+ <title>Astro</title>
+</head>
+<body>
+Blog should not render
+</body>
+</html>