Skip to content

Commit 96dbf5b

Browse files
committed
Change JSON filename to app/etc/theme-by-route.json
1 parent dfca3d2 commit 96dbf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class Config
1313
{
14-
private const CONFIG_PATH = 'app/etc/theme.json';
14+
private const CONFIG_PATH = 'app/etc/theme-by-route.json';
1515

1616
public function __construct(
1717
private readonly File $file,

0 commit comments

Comments
 (0)