mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-05 22:34:51 +00:00
9 lines
155 B
PHP
9 lines
155 B
PHP
<?php
|
|
|
|
return [
|
|
'hashtag' => [
|
|
'base' => config('app.url').'/discover/tags/',
|
|
'search' => config('app.url').'/discover/tags/',
|
|
],
|
|
];
|