From e674ce4dce7e596f2f603586574ab6d1a7681453 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 29 Nov 2021 16:35:18 +0900 Subject: [PATCH] Remove font awesome script --- frontend/nuxt.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index b8e8a4a6..7675fb3e 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -14,9 +14,6 @@ export default { { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { hid: 'description', name: 'description', content: process.env.npm_package_description || '' } ], - script: [ - { src: 'https://use.fontawesome.com/releases/v5.0.6/js/all.js' } - ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, ]