gpt proofreading

This commit is contained in:
vcoppe
2024-07-23 11:50:41 +02:00
parent 75d9813fe0
commit 3c96a5443d
15 changed files with 24 additions and 24 deletions

View File

@@ -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 />