diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 18:27:41 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 18:27:41 -0400 |
| commit | dedb5397fe1526495474031c5b60b385c1d97f34 (patch) | |
| tree | c94df44370a450308b24ff848f9b4224b882c0f2 /nuxt.config.js | |
| parent | c91cc505f4ec082107d5e62ffedc84896a91b805 (diff) | |
| download | chine-projet-dedb5397fe1526495474031c5b60b385c1d97f34.tar.gz chine-projet-dedb5397fe1526495474031c5b60b385c1d97f34.tar.bz2 chine-projet-dedb5397fe1526495474031c5b60b385c1d97f34.zip | |
Removed page in favor of titles; Added more context
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 2baa9be..77cf2ef 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/youtube'], + plugins: [], // Auto import components (https://go.nuxtjs.dev/config-components) components: true, |
