Skip to content

Commit 24fd672

Browse files
committed
Add empty rulesets to config
1 parent b8e14a6 commit 24fd672

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config/speculation-rules-api.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
return [
44
'prerender' => [
5-
//
5+
[
6+
//
7+
],
68
],
79
'prefetch' => [
8-
//
10+
[
11+
//
12+
],
913
],
1014
];

0 commit comments

Comments
 (0)