File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010declare(strict_types=1);
1111
12- $baseUrl = 'light-blog .localhost';
12+ $baseUrl = 'http://dotkernel.com .localhost';
1313$databases = [
1414 'default' => [
15- 'host' => 'db_host ',
16- 'dbname' => 'db_name ',
17- 'user' => 'db_user ',
18- 'password' => 'db_password ',
15+ 'host' => 'localhost ',
16+ 'dbname' => '',
17+ 'user' => '',
18+ 'password' => '',
1919 'port' => 3306,
2020 'driver' => 'pdo_mysql',
2121 'collate' => 'utf8mb4_general_ci',
Original file line number Diff line number Diff line change 8686 </p >
8787 <div class =" d-flex align-items-center gap-3" >
8888 <a href =" https://github.com/dotkernel" target =" _blank" rel =" noopener" >
89- <img src =" https://www.dotkernel.com/wp-content /uploads/2025/01/icon_git.svg" alt =" GitHub" style =" height: 24px; width: auto;" >
89+ <img src =" /uploads/2025/01/icon_git.svg" alt =" GitHub" style =" height: 24px; width: auto;" >
9090 </a >
9191 <a href =" https://dotkernel.slack.com/" target =" _blank" rel =" noopener" >
92- <img src =" https://www.dotkernel.com/wp-content /uploads/2025/01/icon_slack.svg" alt =" Slack" style =" height: 24px; width: auto;" >
92+ <img src =" /uploads/2025/01/icon_slack.svg" alt =" Slack" style =" height: 24px; width: auto;" >
9393 </a >
9494 <a href =" https://www.dotkernel.com/feed/" target =" _blank" rel =" noopener" >
95- <img src =" https://www.dotkernel.com/wp-content /uploads/2025/01/icon_feed.svg" alt =" RSS Feed" style =" height: 24px; width: auto;" >
95+ <img src =" /uploads/2025/01/icon_feed.svg" alt =" RSS Feed" style =" height: 24px; width: auto;" >
9696 </a >
9797 </div >
9898 </div >
9999
100100 <div class =" col-md-6 text-md-end" >
101101 <a href =" https://jb.gg/OpenSourceSupport" target =" _blank" rel =" noopener" class =" d-inline-block" >
102- <img src =" https://www.dotkernel.com/wp-content /uploads/2025/03/jetbrains-mono-white.svg" alt =" JetBrains" style =" width: 150px; height: auto;" >
102+ <img src =" /uploads/2025/03/jetbrains-mono-white.svg" alt =" JetBrains" style =" width: 150px; height: auto;" >
103103 </a >
104104 </div >
105105 </div >
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ public function handle(ServerRequestInterface $request): ResponseInterface
4343 'categoryArticles ' => $ categoryArticles ,
4444 ]
4545 );
46+ return new HtmlResponse ($ html );
4647 } catch (Throwable $ e ) {
4748 return $ this ->notFound ($ categories );
4849 }
49- return new HtmlResponse ($ html );
5050 }
5151
5252 /**
Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ public function handle(ServerRequestInterface $request): ResponseInterface
4343 'categories ' => $ categories ,
4444 ]
4545 );
46+ return new HtmlResponse ($ html );
4647 } catch (Throwable $ e ) {
4748 return $ this ->notFound ($ categories );
4849 }
49-
50- return new HtmlResponse ($ html );
5150 }
5251
5352 /**
You can’t perform that action at this time.
0 commit comments