Add gear js to route template

master
kts of kettek (POWERQWACK) 2021-05-30 18:42:21 -07:00
parent 01217fbe04
commit 5a8e1c287b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ module.exports = (plugin, app) => {
title: 'gear',
www_name: app.live.conf.www_name,
www_copyright: app.live.conf.www_copyright,
scripts: ['/js/gear.js'],
})
})