elegance-js 2.0.7 → 2.0.8
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.
- package/dist/page_compiler.mjs +1 -1
- package/package.json +1 -1
package/dist/page_compiler.mjs
CHANGED
|
@@ -863,7 +863,7 @@ var buildPage = async (DIST_DIR2, directory, filePath, name) => {
|
|
|
863
863
|
const objectAttributes = getObjectAttributes();
|
|
864
864
|
const layout = await fetchPageLayoutHTML(path.dirname(filePath));
|
|
865
865
|
const foundObjectAttributes = await pageToHTML(
|
|
866
|
-
path.dirname(path.join(DIST_DIR2,
|
|
866
|
+
path.dirname(path.join(DIST_DIR2, directory)),
|
|
867
867
|
pageElements || body(),
|
|
868
868
|
metadata ?? (() => head()),
|
|
869
869
|
DIST_DIR2,
|