From 301228ad97afa6b57a2a5290096ff9e03fb052a3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 7 Oct 2020 16:09:53 +0000 Subject: Added more pages and fixes --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuxt.config.js') diff --git a/nuxt.config.js b/nuxt.config.js index 77cf2ef..2baa9be 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -20,7 +20,7 @@ export default { css: [], // Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins) - plugins: [], + plugins: ['@/plugins/youtube'], // Auto import components (https://go.nuxtjs.dev/config-components) components: true, -- cgit v1.2.3