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
This works well when I put the files in the routes directory.
But I have my asciidoc format 'content' files in /src/content and use a $lib js file to load the source content and then process it into HTML.
What would be the best way to auto-import the Components like <Logo /> found within the asciidoc source string, before returning it as HTML for placement into the layout component?
The text was updated successfully, but these errors were encountered:
This works well when I put the files in the routes directory.
But I have my asciidoc format 'content' files in
/src/content
and use a$lib
js file to load the source content and then process it into HTML.What would be the best way to auto-import the Components like
<Logo />
found within the asciidoc source string, before returning it as HTML for placement into the layout component?The text was updated successfully, but these errors were encountered: