gridsome
gridsome copied to clipboard
⚡️ The Jamstack framework for Vue.js
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
In my case some plugin is adding schema.org fields into the API output, which leads to fields that have an `@` in their name.
I tried to do a dynamic routing like this:  But when I point the url to `/kelas/${this.slug}/enrolled` it return 404 page. Anyone can help?
## Description path property is not populated using createPage API ### Steps to reproduce Generate pages using createPage() No path property is present on collection nodes ### Expected result path...
## Description During a `gridsome build`, nothing happens after `Done in xx s.` ### Steps to reproduce `gridsome build` ### Actual result  ### Environment v0.7.5 - got the same...
Bumps [simple-get](https://github.com/feross/simple-get) from 4.0.0 to 4.0.1. Commits 0a1ad5d 4.0.1 e4af095 Merge pull request #73 from ranjit-git/master 6e21f5e code style 489f743 Bug fix: Thirdparty cookie leak 6e4468a Bug fix: thirdparty site...
## Summary I use Vue Cli to build to my dev, staging, and production sites like this: ``` vue-cli-service build --mode development vue-cli-service build --mode staging vue-cli-service build ``` This...
## Description I have a lot of images but to be fair I always have. I was able to build last week and all of a sudden it's failing. I...
## Summary Users can connect gridsome develop server on code-server(self hosted could IDE)) instance. Users can set sockPath, publicPath, so that gridsome develop server can be expose himself to code-server...
## Summary Change the package manager used for gridsome project development from yarn to pnpm. ### Motivation From [the benchmark provided by pnpm](https://pnpm.io/benchmarks), it is easy to see that pnpm...