Philippe Braun
Philippe Braun
@kembly hi there ! Can't make it work. Tried adding as stipulated in gatsby-node.js ``` exports.onCreateWebpackConfig = ({ stage, rules, loaders, plugins, actions, }) => { actions.setWebpackConfig({ module: { rules:...
@julsmon you're not gonna like my answer : I didn't. I basically re-created each pages I wanted translated and create a Header component in charge of consistency in the flag/language...
@IgordeOliveira This is my Header (using Boostrap Navbar) ``` import React from "react" import { useStaticQuery, graphql } from "gatsby" import { Navbar, Nav, NavDropdown, Container } from "react-bootstrap" import...