Navigation Menu

Skip to content

Commit

Permalink
fix(components): add path to sections
Browse files Browse the repository at this point in the history
The sections components were not being loaded.
  • Loading branch information
damienrobinson committed Feb 25, 2021
1 parent 088aa14 commit e8b24f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nuxt.config.js
Expand Up @@ -151,7 +151,11 @@ export default {
'@nuxtjs/sitemap',
],

components: ['~/components', { path: '~/components/base/', prefix: 'base' }],
components: [
'~/components',
'~/components/sections',
{ path: '~/components/base/', prefix: 'base' },
],

/*
** Axios module configuration
Expand Down

1 comment on commit e8b24f2

@vercel
Copy link

@vercel vercel bot commented on e8b24f2 Feb 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.