summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index fbc5ee9b7..4f1b70cd9 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -63,9 +63,8 @@
```astro
---
- // src/pages/es-cu/articles/introduction.astro
- return Astro.rewrite("/es/articles/introduction")
-
+ // src/pages/es-cu/articles/introduction.astro
+ return Astro.rewrite('/es/articles/introduction');
---
```