datalia-etl / web /observablehq.config.js
davidgasquez's picture
feat: 🌐 Setup website build and deployment workflows
2934c50
raw
history blame
297 Bytes
export default {
title: "Datalia",
head: '<link rel="icon" href="favicon.png" type="image/png">',
root: "src",
theme: ["air"],
header: null,
footer: "Built with ❀️ by David",
sidebar: false,
toc: false,
pager: false,
search: false,
linkify: true,
typographer: false
};