Ed Johnson-Williams
Ed Johnson-Williams
Something like this.... In the netlify.toml file, the user specifies: 1. An array of paths that should be pulled into an RSS feed, eg [‘blog/*.html’, ‘about.html’] 2. An output path...
Thanks for the work getting it to this stage Any update on this?
You can also do this in your `package.json` ```json "engines": { "node": "18.x" }, ``` I have to set the node version to v18 this even with using version 0.7.1...
Where are you all getting the `embedded.provisionprofile` file from? I can't find that anywhere. Thanks to all for the help on this thread
I'm seeing the same thing when deleting a kenv too https://user-images.githubusercontent.com/6547979/178599432-ea73acb1-d2a1-4726-a518-38ca94511f56.mp4 .
Thanks for taking a look at this :-) Screenrecording of making the test script from scratch and trying to delete it. You'll notice that the 'test' kenv was not actually...
Brilliant. Thanks very much. Yeah sorry I can't do much else to help you reproduce
Did anything happen with this? Did you create the PR @dmitriym09 ?
Thank @dohooo https://github.com/dohooo/degitlab
> I am pretty sure you shouldn't set `meta description` in the `template.html`, because other routes cannot overwrite it with `svelte:head`. You end up with multiple `meta description` tags in...