robots.txtの追加
This commit is contained in:
@@ -21,6 +21,7 @@ if (DEBUG_MODE) {
|
||||
include(ROOT.'/util.php');
|
||||
|
||||
$routes = [
|
||||
Route::add('GET', 'robots.txt', Home::class.'@robots'),
|
||||
Route::add('GET', 'blog/{page}', Home::class.'@article'),
|
||||
Route::add('GET', 'about', Page::class.'@about'),
|
||||
Route::add('GET', 'monero', Page::class.'@monero'),
|
||||
|
||||
Reference in New Issue
Block a user