Skip to content

Commit f125c25

Browse files
committed
Declara local de componentes na configuração do Nuxt
1 parent 7433ea6 commit f125c25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuxt.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ export default {
7373
base: '/www',
7474
},
7575

76+
components: [
77+
'~/components/elements',
78+
'~/components/sections',
79+
],
80+
7681
googleAnalytics: {
7782
id: 'UA-109129944-5',
7883
},

0 commit comments

Comments
 (0)