You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on creating a complex interactive page, and I find it quite challenging to implement using Markdown. Therefore, I want to write it directly as a SFC. I have placed my page within the pages folder, and it renders successfully (though not entirely, as the files under pages are not processed by @nuxt/content, resulting in useContent returning null, and causing errors when accessing page.aside). However, the aside component still appears on the left, which I do not need. I attempted to find a configuration to disable it but was unsuccessful. If there is a way to do this, I would greatly appreciate your guidance.
Describe the feature
Hello,
I am currently working on creating a complex interactive page, and I find it quite challenging to implement using Markdown. Therefore, I want to write it directly as a SFC. I have placed my page within the
pages
folder, and it renders successfully (though not entirely, as the files under pages are not processed by@nuxt/content
, resulting in useContent returning null, and causing errors when accessingpage.aside
). However, theaside
component still appears on the left, which I do not need. I attempted to find a configuration to disable it but was unsuccessful. If there is a way to do this, I would greatly appreciate your guidance.In the source code, I found the following:
This only checks for the homepage. I hope it can apply to all files under the pages folder. Simply doing this would work:
I don't know if this can be implemented this way. If it can, I am willing to provide a PR.
Thank you!
Additional information
The text was updated successfully, but these errors were encountered: