-
Notifications
You must be signed in to change notification settings - Fork 70
Add 2024 Q2 update blog post #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 2024 Q2 update blog post #189
Conversation
✅ Deploy Preview for awesome-golick-685c88 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Consider adding the new example applications: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK cfb9c26
ACKing because the text of this looks good, even though I see CI is failing and your comment and that I can't see a preview of this yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK cfb9c26
2b5d608
to
6a86ee2
Compare
@dennisreimann actually after rebasing on your PR, I still get the error, even though our package-lock shows "@spiralbtc/vuepress-devkit-theme": "^0.19.0", |
@thunderbiscuit You are correct, the reference for the However, I've updated the theme and used the new version here, now the build and preview work again. Blog post preview here: https://deploy-preview-189--awesome-golick-685c88.netlify.app/blog/_2024-q2-update/ |
Sweet thanks @dennisreimann! |
d84b990
to
5b8bcf1
Compare
5b8bcf1
to
b6eaaf2
Compare
I used to have a workflow to build the site locally but it doesn't work anymore so I don't have a way to test this. Pushing here so I can see the preview.
Edit: ok it's not just on my machine.
So the key is to add
To the
node_modules/@spiralbtc/vuepress-devkit-theme/config.js
file to enable it to build locally. For deployment, we'd need to update the theme itself, but I can't find the github link! @dennisreimann any ideas?