-
I would truly appreciate any insight community members have on the topic of SSBs such as 11ty and Hugo vs SSBs such as Gatsby and Gridsome.
From https://www.11ty.io/docs/ I read, "We’re thinking lo…
-
Is there some configuration available, to draft the content based on published date used as frontmatter?
By drafting content, I mean that the content is not visible on production build until marked…
-
## Description
Encountered `schema.getDirectives is not a function` using gatsby-source-graphql@2.1.33.
The issue seems to be with dependency graphql-tool-fork@8.
Using gatsby-source-graphql…
-
#227 #246 で作ったものが重たく辛かったので、シンプルで高速なものを作りたく他で検討。
- Next.js
- MDXが完全に対応している
- [Next.js | MDX](https://mdxjs.com/getting-started/next)
- [next.js/examples/with-mdx at master · zeit/next.j…
-
## Description
Hello, i have build a multilingual website for a client, routing is working on local but not on Netlify my route folder structure for pages are:
```
/pages
/en/index.vue
…
-
Hello,
I've also recently been working on a shopify source package - https://github.com/thetre97/gridsome-source-shopify - but when I came to publish it, it appears someone else had already had the…
-
Hi, using this code to get everything in the authors datasource always returns every entry
from all my datasources.
The query is:
```
query {
allAuthorEntries {
edges {
node {
…
-
## Description
The prism js code highlighting works well, but unlike the shiki plugin there doesn't seem to be a way to turn of highlighting of inline snippets
### Steps to reproduce
Create a…
-
I'm working on a source plugin and it took a little while to get it working. Ultimately I couldn't get `require.resolve` to resolve my plugin in a local plugins folder. In the end, I had to set my plu…
-
Thanks for this plugin. I've got it mostly working, but the input field will only accept one word. If I type more than one, no results show. For example, if I type "Dog" get results, but if I type "Do…