This commit is contained in:
Rizky 2024-07-16 23:56:36 +07:00
parent 8f9bc479b7
commit afc812c3c7
3 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,7 @@ export const prodIndex = (
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="/prod/_/main.css">
<link rel="preload" as="style" crossorigin="anonymous" href="/prod/_/main.css">
<link rel="stylesheet" href="/prod/_/index.css">
${this.head.join("\n")}
</head>

View File

@ -8,13 +8,13 @@
/>
<title>Prasi: App Builder</title>
<link
rel="preload stylesheet prefetch"
rel="preload"
as="style"
crossorigin="anonymous"
href="../../../node_modules/@fontsource/jetbrains-mono/index.css"
/>
<link
rel="preload stylesheet prefetch"
rel="preload"
as="style"
crossorigin="anonymous"
href="../../../node_modules/@fontsource/source-sans-3/index.css"

View File

@ -1,7 +1,6 @@
import { TypedArray, TypedDoc, TypedMap } from "yjs-types";
import { ISection } from "./section";
import { MItem } from "./item";
import * as Y from "yjs";
import { ISection } from "./section";
export type IRoot = {
id: "root";
type: "root";