diff options
Diffstat (limited to 'packages/astro/test/fixtures/i18n-routing-prefix-always/src/pages/en/index.astro')
-rw-r--r-- | packages/astro/test/fixtures/i18n-routing-prefix-always/src/pages/en/index.astro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/i18n-routing-prefix-always/src/pages/en/index.astro b/packages/astro/test/fixtures/i18n-routing-prefix-always/src/pages/en/index.astro new file mode 100644 index 000000000..3e50ac6bf --- /dev/null +++ b/packages/astro/test/fixtures/i18n-routing-prefix-always/src/pages/en/index.astro @@ -0,0 +1,8 @@ +<html> +<head> + <title>Astro</title> +</head> +<body> +Hello +</body> +</html> |