Skip to content

Commit

Permalink
fixed missing page route
Browse files Browse the repository at this point in the history
  • Loading branch information
qcoral committed Aug 22, 2024
1 parent ee14375 commit 1c8b6a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import guides from "./backend/pages/guides.js";
import gallery from "./backend/pages/gallery.js";
import landing from "./backend/pages/landing.js";
import docs from "./backend/pages/docs.js";
import submitting from "./backend/pages/submitting.js";

spawn('npx', ['tailwindcss', '-i', './styles.css', '-o', './dist/styles.css']);

Expand Down Expand Up @@ -109,6 +110,10 @@ build({
${navBar()}
${docs()}
`),
submitting: wrapHTML(`
${navBar()}
${submitting()}
`),
editor: wrapHTML(`
<!-- TODO: add automatically when building -->
<link rel="stylesheet" href='./assets/initApp.css'>
Expand Down

0 comments on commit 1c8b6a4

Please sign in to comment.