Peter Eriksson
Peter Eriksson
I used the proposal written by @Elindorath above Run the following git config --local user.name "Name on Github" git config --local user.email "[email protected]" Then made a small change to a...
It looks like this was not merged into the elastic:main @joemcelroy
Is there anything I can do to bump this pull request?
It started working for me when I added an explicit path to the layout file to the svelte.config.js ``` mdsvex({ extensions: [".svx"], layout: { _: "src/routes/blog/+layout.svelte", }, }), ```
I'm so excited to get this reviewed!