diff --git a/website/src/lib/docs/pt/integration.mdx.mdx b/website/src/lib/docs/pt/integration.mdx.mdx index 0d124656..5127ad76 100644 --- a/website/src/lib/docs/pt/integration.mdx.mdx +++ b/website/src/lib/docs/pt/integration.mdx.mdx @@ -19,7 +19,11 @@ All you need is: You can then play with the configurator below to customize your map and generate the corresponding HTML code. - You will need to set up Cross-Origin Resource Sharing (CORS) headers on your server to allow gpx.studio to load your GPX files. + +``` +You will need to set up Cross-Origin Resource Sharing (CORS) headers on your server to allow gpx.studio to load your GPX files. +``` +