docs on making plugins

This commit is contained in:
Jacky Zhao
2023-08-10 21:16:07 -07:00
parent 99ce8dcd72
commit cf730e31fb
11 changed files with 330 additions and 43 deletions

View File

@@ -98,7 +98,6 @@ function addGlobalPageResources(
componentResources.afterDOMLoaded.push(plausibleScript)
}
// spa
if (cfg.enableSPA) {
componentResources.afterDOMLoaded.push(spaRouterScript)
} else {