fix: correct admin dashboard filename in cache version script
This commit is contained in:
parent
ff52ac8088
commit
0b2a8a5fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ const HTML_FILES = [
|
|||
'public/koha.html',
|
||||
'public/check-version.html',
|
||||
'public/admin/blog-curation.html',
|
||||
'public/admin/admin-dashboard.html'
|
||||
'public/admin/dashboard.html'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue