-
## Description
I have created a post with the following frontmatter:
```
---
title: Adding Google Tag Manager to a React App
date: 2020-01-22 09:00
description: Easily implement Google T…
-
# Description
```sh
ERROR #98123 WEBPACK
Generating SSR bundle failed
Can't resolve '../components/headings' in '/Users/erichowey/Coding/themes-tutorial/node_modules/gatsby-theme-notes/src/…
-
It would be very useful to have a way to generate a styleguide based on Theme UI specification. As far as you know, is there anything that accomplishes that?
Feel free to close the issue if it does…
-
## Bug Report
My App uses [GatsbyJS](https://www.gatsbyjs.org/). This has the same issue as next.js (https://github.com/aerogear/offix/issues/282#issuecomment-600480004) in that it can run server s…
-
Do you mind taking a look at [this starter](https://github.com/Js-Brecht/gatsby-starter-pnpm-ts)? I am getting the error show below in `vscode-apollo`, and I'm not sure if I should start here, or wit…
-
Just throw some boilerplate into the repo. Pretty straightforward (hopefully)
-
As already discussed at the beginning of the kit implementation, we are now nearing go live and it turns out we need to be able to configure the top nav and footer links - or at least toggle between …
-
Hey 👋
Just wondering if there will be any maintenance from the-couch owners at all in the future? I noticed on your website the agency has unfortunately closed down :(
Might be useful to put out…
-
I'm getting a webpack error when trying to use Gatsby's Link component and style it with theme-ui.
```
import React from "react"
import { Link } from "gatsby"
import { jsx, Link } from 'theme-ui…
spaut updated
4 years ago
-
Hello,
I have implemented js-search on my site, it works correctly and I am having a lot of fun
https://github.com/gatsbyjs/gatsby/blob/master/docs/docs/adding-search-with-js-search.md
I have …