Skip to content
#

Jamstack

jamstack logo

Jamstack is a way of thinking about how to build for the web: the UI is compiled, the frontend is fully decoupled, and data is pulled in as needed.

Here are 7,829 public repositories matching this topic...

artt
artt commented Mar 2, 2021

Describe the bug

When using i18n with multiple_files structure with slug name containing "md", Netlify CMS incorrectly identify the md as the file extension, and insert lx.md there instead (where lx is the language).

To Reproduce

  • Create a yml file with the following i18n options:
i18n:
  structure: multiple_files
  locales: [th, en]
  default_locale: th
gridsome
api-platform
jvigneron
jvigneron commented Nov 28, 2019

Description
Remove any google fonts dependency from api-platform.

Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?

Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds

Organization
jamstack
Website
jamstack.org