mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
a573cc199a
commit
5d7449bd73
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ describe('ISR', () => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: '^/excluded/([^/]+?)$',
|
src: '^/excluded/([^/]+?)$',
|
||||||
dest: '_render'
|
dest: '_render',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: '^\\/_image$',
|
src: '^\\/_image$',
|
||||||
dest: '_render',
|
dest: '_render',
|
||||||
|
|
Loading…
Add table
Reference in a new issue