blob: dee079b11b475c9003cf2fd734fb1ab652a5c22a [file] [log] [blame]
---
title: Apache Baremaps
---
import Map from '@/components/map';
<div className="container">
<Map mapOptions={{ hash: true }} styleSelect languageSelect rounded={false} />
</div>
<style jsx>{`
.container {
height: calc(100vh - 64px); /* 64px is the height of the navbar */
}
`}</style>