@dword-design/base-config-nuxt 3.0.28 → 3.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,7 +35,8 @@ const checkNuxtI18nHead = async () => {
|
|
|
35
35
|
var _ref, _ref2, _layoutFiles;
|
|
36
36
|
|
|
37
37
|
const layoutFiles = (_ref = (_ref2 = ['default.vue', ...(await (0, _globby.default)('*', {
|
|
38
|
-
cwd: 'layouts'
|
|
38
|
+
cwd: 'layouts',
|
|
39
|
+
ignore: '-*'
|
|
39
40
|
}))], await _ref2), (0, _uniq.default)(_ref));
|
|
40
41
|
|
|
41
42
|
const checkLayoutFile = async layoutFile => {
|