update lesson-1 chapter 3 for new design

This commit is contained in:
2024-02-10 15:56:56 +01:00
parent 74d72e0d57
commit 2b1dc314fc
4 changed files with 33 additions and 109 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"postbuild": "rm -rf .next/cache"
},
"repository": {
"type": "git",