Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion blog/tech-talk-wayland.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ authors:
slug: tech-talk-wayland
tags: [techtalk, internals]
description: "Electron recently switched to Wayland by default on Linux, bringing dozens of popular desktop apps along with it. Here's what changed and how it affects developers and users."
image: 'https://www.electronjs.org/assets/img/blog/tech-talk-wayland/clientframeviewlinux.png'
---

> [!IMPORTANT]
Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ const config: Config = {
path.resolve(__dirname, './src/plugins/fiddle/index.ts'),
path.resolve(__dirname, './src/plugins/governance/index.ts'),
path.resolve(__dirname, './src/plugins/markdown-output/index.ts'),
path.resolve(__dirname, './src/plugins/og-image/index.ts'),
],
presets: [
[
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
"prettier": "^3.6.2",
"remark": "^15.0.0",
"remark-gfm": "^4.0.0",
"satori": "^0.25.0",
"sharp": "^0.34.5",
"tar-stream": "^2.2.0",
"tsx": "^4.19.3",
"typescript": "5.3.2",
Expand Down
Binary file added src/plugins/og-image/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file added src/plugins/og-image/fonts/Inter-Regular.ttf
Binary file not shown.
Loading