Browse Source

Link back to WebVM 2.0 post

Alessandro Pignotti 8 months ago
parent
commit
16714160aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/routes/+layout.server.js

+ 1 - 0
src/routes/+layout.server.js

@@ -2,6 +2,7 @@ import { parse } from 'node-html-parser';
 import { read } from '$app/server';
 
 var posts = [
+	"https://labs.leaningtech.com/blog/webvm-20",
 	"https://labs.leaningtech.com/blog/join-the-webvm-hackathon",
 	"https://labs.leaningtech.com/blog/mini-webvm-your-linux-box-from-dockerfile-via-wasm",
 	"https://labs.leaningtech.com/blog/webvm-virtual-machine-with-networking-via-tailscale",