We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b840e6 commit a84bf99Copy full SHA for a84bf99
app/docs/[[...slug]]/page.tsx
@@ -87,9 +87,6 @@ export default async function Page(props: {
87
}
88
89
let content = await page.data.load();
90
- if (content.isLocal) { // local static html
91
- return <html dangerouslySetInnerHTML={{ __html: content.source }} />;
92
- }
93
94
if (content.source) {
95
const sourcePage = source.getPage(content.source.split("/"));
0 commit comments