Update source file integration.mdx

This commit is contained in:
vcoppe 2024-07-23 12:27:26 +02:00
parent 6596fa5f99
commit f810b0c09c

View file

@ -4,7 +4,7 @@ title: Integration
<script> <script>
import DocsNote from '$lib/components/docs/DocsNote.svelte'; import DocsNote from '$lib/components/docs/DocsNote.svelte';
import EmbeddingPlaygound from '$lib/components/embedding/EmbeddingPlayground.svelte'; import EmbeddingPlayground from '$lib/components/embedding/EmbeddingPlayground.svelte';
</script> </script>
# { title } # { title }
@ -21,4 +21,4 @@ You can then play with the configurator below to customize your map and generate
You will need to set up <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">Cross-Origin Resource Sharing (CORS)</a> headers on your server to allow <b>gpx.studio</b> to load your GPX files. You will need to set up <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" target="_blank">Cross-Origin Resource Sharing (CORS)</a> headers on your server to allow <b>gpx.studio</b> to load your GPX files.
</DocsNote> </DocsNote>
<EmbeddingPlaygound /> <EmbeddingPlayground />