This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new aae853c Fix hydration errors wrapping text in div (#15)
aae853c is described below
commit aae853c28d8755bdc83b74bd0c25eeccf842c0fd
Author: Leonard <[email protected]>
AuthorDate: Tue Apr 25 15:03:09 2023 +0200
Fix hydration errors wrapping text in div (#15)
---
pages/index.mdx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pages/index.mdx b/pages/index.mdx
index 2593999..f14feee 100644
--- a/pages/index.mdx
+++ b/pages/index.mdx
@@ -28,26 +28,26 @@ import styles from './index.module.css'
</Feature>
<Feature index={0}>
<h3>Data Pipeline</h3>
- <p>
+ <div>
With Baremaps, you can easily create custom data pipelines to
consolidate your spatial datasets in PostGIS.
Baremaps supports several popular formats such as OsmPbf,
ShapeFile, GeoPackage, and FlatGeoBuf, allowing you to seamlessly integrate
with your existing workflows.
- </p>
+ </div>
</Feature>
<Feature index={0}>
<h3>Vector Tiles</h3>
- <p>
+ <div>
Baremaps allows you to easily serve and publish custom vector
tiles from PostGIS.
Whether you need to create maps for web or mobile applications,
Baremaps makes it simple and efficient.
Additionally, we are continuously working on developing a
high-quality base map.
- </p>
+ </div>
</Feature>
<Feature index={0}>
<h3>Contributing</h3>
- <p>
+ <div>
Whether you're an experienced or just getting started, there are
many ways to get involved.
We are experimenting with a range of new components, including IP
to location, 3D Tiles Next, and geocoding, and would love your help.
Let's create something amazing together!
- </p>
+ </div>
</Feature>
</Features>
</div>