Skip to content

Commit

Permalink
update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Oct 15, 2024
1 parent df4cae7 commit 0cf49a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@ export default {
// Some additional configuration options and their defaults:
theme: "default", // try "light", "dark", "slate", etc.
// header: "", // what to show in the header (HTML)
// head: ({
// path,
// }) => `<link rel="canonical" href="${path.replace(/\/index$/, "/")}">
// <link rel="apple-touch-icon" href="/logo.png">
// <link rel="icon" type="image/png" href="/logo.png" sizes="32x32">`,

// footer: "Built with Observable.", // what to show in the footer (HTML)
toc: true, // whether to show the table of contents
// pager: true, // whether to show previous & next links in the footer
// root: "docs", // path to the source root for preview
// output: "dist", // path to the output root for build
dynamicPaths: ["./icon.png"],
};

0 comments on commit 0cf49a1

Please sign in to comment.