diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-07 16:09:53 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-07 16:09:53 +0000 |
| commit | 301228ad97afa6b57a2a5290096ff9e03fb052a3 (patch) | |
| tree | f5785c9e0289dadbbe86000c700608783461fba2 /nuxt.config.js | |
| parent | a1285728d3d352166b8fe6df27aa078d9373d22e (diff) | |
| download | chine-projet-301228ad97afa6b57a2a5290096ff9e03fb052a3.tar.gz chine-projet-301228ad97afa6b57a2a5290096ff9e03fb052a3.tar.bz2 chine-projet-301228ad97afa6b57a2a5290096ff9e03fb052a3.zip | |
Added more pages and fixes
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
