0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-08-01 10:49:03 +00:00 committed by astrobot-houston
parent 2e9d183361
commit 2531abdab2

View file

@ -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');
---
```