mirror of
https://github.com/searxng/searxng.git
synced 2026-07-30 03:41:25 +00:00
Compare commits
2 Commits
6b16a04e7e
...
84c3a832a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84c3a832a4 | ||
|
|
802bf4f9e7 |
@@ -150,7 +150,7 @@ SCHEMA = {
|
||||
'new_issue_url': SettingsValue(str, 'https://github.com/searxng/searxng/issues/new'),
|
||||
'docs_url': SettingsValue(str, 'https://docs.searxng.org'),
|
||||
'public_instances': SettingsValue((False, str), 'https://searx.space'),
|
||||
'wiki_url': SettingsValue(str, 'https://github.com/searxng/searxng/wiki'),
|
||||
'wiki_url': SettingsValue((False, str), 'https://github.com/searxng/searxng/wiki'),
|
||||
'custom': SettingsValue(dict, {'links': {}}),
|
||||
},
|
||||
'search': {
|
||||
|
||||
@@ -265,7 +265,7 @@ def custom_url_for(endpoint: str, **values):
|
||||
if theme_filename in _STATIC_FILES:
|
||||
values["filename"] = theme_filename
|
||||
|
||||
return f"/static/{values['filename']}"
|
||||
return f"static/{values['filename']}"
|
||||
|
||||
if endpoint == "info" and "locale" not in values:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user