This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Mounting a .ui
folder into another hyperdrive not working as expected
#1938
Labels
Describe the Bug
I have 2 Hyperdrives:
.ui
folder at the root which will be my templatemount $template-hyperdrive /.ui
on to mount that UI folder into this driveWhen I mount the
.ui
folder from Drive 1 into Drive 2, the mounted.ui
folder does not override all page-serving as expected.To Reproduce
hyper://bb2921f4517abd9b2caccb1d312a94c87c71a0effa1a43a56b8ba34ead2d99fc/template-test.html
..ui
folder. Note: inside.ui/ui.js
we have asetup
function which is similar to the suggested code in the frontend UI docs. See screenshot 1 below 👇hyper://45256fc59850959a7d59e9beedc16e382f719d2a0ebcc501a6d6a4fa9811bf1a/
.index.html
does not have a surrounding template from the mounted.ui
folder as expected.Expected Behavior
Drive 2 should use the
.ui
folder to override all page-serving. Drive 2index.html
should have the styling from the mounted.ui
folder.Screenshots
Environment
🌟 Appreciate any help here, thank you very much! 🌟
The text was updated successfully, but these errors were encountered: