11 lines
308 B
JavaScript
11 lines
308 B
JavaScript
// See https://observablehq.com/framework/config for documentation.
|
|
export default {
|
|
title: "Google Fonts QA Dashboard",
|
|
root: "src",
|
|
footer: "",
|
|
sidebar: true, // whether to show the sidebar
|
|
output: "build", // path to the output root for build
|
|
preserveExtension: true,
|
|
style: "style.css",
|
|
};
|