const HEADER_LINKS = [ { id: 1, href: "/", external: false, title: "Browse", }, { id: 2, href: "https://github.com/pheralb/svgl/tree/main/public/library", external: true, title: "Library", } ]; export default HEADER_LINKS;