We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fea354 commit c2f1062Copy full SHA for c2f1062
site/config/routes.php
@@ -35,21 +35,6 @@
35
]);
36
}
37
],
38
- [
39
- 'pattern' => '/second',
40
- 'method' => 'get',
41
- 'action' => function () {
42
- return Page::factory([
43
- 'slug' => 'second',
44
- 'template' => 'search',
45
- 'content' => [
46
- 'title' => 'Andrea\'s search information',
47
- 'subtitle' => 'Andrea\'s search information',
48
- 'published_at' => '2025-03-11',
49
- ]
50
- ]);
51
- }
52
- ],
53
[
54
'pattern' => '/andrea/url/(:any)',
55
'method' => 'get',
0 commit comments