Update source file integration.mdx
This commit is contained in:
parent
6596fa5f99
commit
f810b0c09c
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ title: Integration
|
|||
|
||||
<script>
|
||||
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>
|
||||
|
||||
# { 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.
|
||||
</DocsNote>
|
||||
|
||||
<EmbeddingPlaygound />
|
||||
<EmbeddingPlayground />
|
||||
|
|
|
|||
Loading…
Reference in a new issue