From beba244ea3c28aed4c7cf09b77377b55a5960daa Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 14 Sep 2022 19:11:34 +0200 Subject: Add signin page --- 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 0e259bf..d85fdc0 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -24,7 +24,7 @@ export default { css: [], // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins - plugins: [], + plugins: ["~plugins/vue-toastification.js"], // Auto import components: https://go.nuxtjs.dev/config-components components: true, -- cgit v1.2.3-71-g8e6c