gridsome icon indicating copy to clipboard operation
gridsome copied to clipboard

⚡️ The Jamstack framework for Vue.js

Results 153 gridsome issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

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: ![image](https://user-images.githubusercontent.com/47173293/152738083-11c097df-d6f1-4db9-8f77-e751dc4c3555.png) 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 ![image](https://user-images.githubusercontent.com/7328625/67897242-484cc880-fb5e-11e9-8659-b78aeb798a98.png) ### 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...

dependencies

## 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...

feature request

## 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...