Spaces:
Running
Running
File size: 297 Bytes
2934c50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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
};
|