Marcus Reinhardt
Marcus Reinhardt
Can we move this issue to the website repo? https://github.com/gridsome/gridsome.org FYI: @hjvedvik / @tomtev
Workaround: ``` "repositories": [ { "type": "composer", "url": "https://wpackagist.org" }, { "type": "package", "package": { "name": "marcusig/gutenberg-section-block", "version": "1.0.0", "type": "wordpress-plugin", "source": { "url": "https://github.com/marcusig/gutenberg-section-block", "type": "git", "reference": "master" }...
Hi @dillonraphael, yes this solves the issue. After running `blitz new blitz-issue-3818`:  After deleting the `.git` directory and running `git init` (+commit):  If not, I think the `DatePicker` component needs to be updated...
Do you mean something like that? ``` php artisan make:repository ```
hmmm.. not sure if it makes sense to add this to the core. What do you think @Omranic ? My opinion to this: Its sounds more like a "nice to...
You could use `yarn link` or `npm link` to reference to your local gridsome sources.
> Does it have identical featureset, subset or superset of vue-meta? I checked just the docs and it seems only the `titleTemplate` is missing - But this should be easy...
@tomtev @hjvedvik which one do you prefer?