fix paths for build

This commit is contained in:
MapleLeaf
2022-01-03 05:39:51 -06:00
parent c99842ff68
commit a53911a883
5 changed files with 15 additions and 54 deletions

View File

@@ -1,12 +1,13 @@
import packageJson from "reacord/package.json"
import React from "react"
import { MainNavigation } from "../components/main-navigation"
import { fromProjectRoot } from "../constants"
import { renderMarkdownFile } from "../helpers/markdown"
import { Html } from "../html"
import { maxWidthContainer } from "../styles/components"
const landingExample = await renderMarkdownFile(
new URL("../components/landing-example.md", import.meta.url).pathname,
fromProjectRoot("src/components/landing-example.md"),
)
export function Landing() {