generated from rdilweb/template-docusaurus-plugin
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
localhost keeps hot reloading even though no changes are made
docusaurus.config.js
[
"docusaurus-plugin-remote-content",
{
name: "some-name-readme",
sourceBaseUrl: "https://someurl.com/file.md",
outDir: "docs/xyz/",
documents: ["README.md"],
modifyContent(filename, content) {
if (filename.includes("README")) {
return { content: "# some title \n\n #" + content }
}
return undefined
},
},
],
arnau-rius, magnnus, FilipPyrek, augusto-herrmann and jonasfroeller
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
