mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
chore: move icons to frontend assets
This commit is contained in:
parent
48657c1c12
commit
c90057edc1
16 changed files with 6 additions and 59 deletions
|
@ -207,7 +207,6 @@ if config.URL_PREFIX != '/':
|
|||
def index_redirect_dir(request):
|
||||
return web.HTTPFound(config.URL_PREFIX)
|
||||
|
||||
routes.static(config.URL_PREFIX + 'favicon/', os.path.join(config.BASE_DIR, 'favicon'))
|
||||
routes.static(config.URL_PREFIX + 'download/', config.DOWNLOAD_DIR, show_index=config.DOWNLOAD_DIRS_INDEXABLE)
|
||||
routes.static(config.URL_PREFIX + 'audio_download/', config.AUDIO_DOWNLOAD_DIR, show_index=config.DOWNLOAD_DIRS_INDEXABLE)
|
||||
routes.static(config.URL_PREFIX, os.path.join(config.BASE_DIR, 'ui/dist/metube'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue