// See https://observablehq.com/framework/config for documentation. export default { title: "Spotify Analytics", pages: [ { name: "Vue d'ensemble", path: "/" }, { name: "History of Music", path: "/history-of-music" }, { name: "Tendances par Langue", path: "/language-trends" }, { name: "Audio Features", path: "/audio-features" }, ], head: '', root: "src", // Base path for GitHub Pages deployment base: "/observable_spotify/", };