mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
[ci] format
This commit is contained in:
parent
2e9d183361
commit
2531abdab2
1 changed files with 2 additions and 3 deletions
|
@ -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');
|
||||
---
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue