restrict core blocks to inner blocks of specified parent blocks. blocks blocks blocks

This commit is contained in:
2025-12-09 22:40:44 +00:00
parent 7d1beee2da
commit b16bd77355
7 changed files with 260 additions and 131 deletions

View File

@@ -3,7 +3,7 @@ import.meta.glob([
'../fonts/**',
]);
import Header from './sections/header.js';
import Header from '../views/sections/header/header.js';
import LazyLoad from './lib/Lazy.js';
LazyLoad();