diff options
Diffstat (limited to 'packages/astro/test/fixtures/i18n-routing-prefix-other-locales/src/pages/pt/start.astro')
-rw-r--r-- | packages/astro/test/fixtures/i18n-routing-prefix-other-locales/src/pages/pt/start.astro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/astro/test/fixtures/i18n-routing-prefix-other-locales/src/pages/pt/start.astro b/packages/astro/test/fixtures/i18n-routing-prefix-other-locales/src/pages/pt/start.astro new file mode 100644 index 000000000..5a4a84c2c --- /dev/null +++ b/packages/astro/test/fixtures/i18n-routing-prefix-other-locales/src/pages/pt/start.astro @@ -0,0 +1,8 @@ +<html> +<head> + <title>Astro</title> +</head> +<body> +Oi essa e start +</body> +</html> |