/ Fixed navbar layout

This commit is contained in:
Alexis
2021-03-26 13:38:31 +01:00
parent 5ca4f4eceb
commit 203e72ce39
3 changed files with 6 additions and 7 deletions

View File

@@ -27,8 +27,7 @@ export default {
},
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
plugins: [
],
plugins: [],
// Auto import components: https://go.nuxtjs.dev/config-components
components: true,
@@ -50,6 +49,5 @@ export default {
axios: {},
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
}
build: {}
}