GlobalThis#isBrowserfalse if the code currently being executed is being executed at pre-rendering time true if it is being executed in a browser.
GlobalThis#pageDirectoryRelative path from the project root to the parent directory of the current page.
GlobalThis#projectRootRelative path from the current location to the project root.
<Head> ... </Head>Append vnodes to head.
interface ConfigType declraration of dejamu.config.ts.
type DejamuPluginPlugin interface.
asset(loc: string): stringThis hook declares dependent assets.
It should be called by components during the build process.
If it starts with /, it is interpreted as a relative path to the project root.
Otherwise, it attempts to resolve the reference as a module.
This feature instructs the builder to copy dependent assets and caches them when they represent external assets.