Remove sortablejs

This commit is contained in:
advplyr 2023-05-01 16:24:31 -05:00
parent dbde5f773c
commit c07c73c649
2 changed files with 1 additions and 8 deletions

View File

@ -27,11 +27,7 @@ module.exports = {
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' }
],
script: [
{
src: (process.env.ROUTER_BASE_PATH || '') + '/libs/sortable.js'
}
],
script: [],
link: [
{ rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' }
]

File diff suppressed because one or more lines are too long