refactor: removed useless runtime config

This commit is contained in:
Corentin Thomasset 2021-05-31 18:07:23 +02:00
parent 638dd13438
commit 950f69f04b
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -55,8 +55,6 @@ const toolConfigModule: Module<toolConfigModuleOptions> = function () {
routes.push(newRoute)
})
nuxt.options.publicRuntimeConfig.toolList = toolList
})
extendBuild((config) => {