Skip to content

Commit 4cca829

Browse files
committed
update callout boxes, category config
1 parent 3377509 commit 4cca829

File tree

7 files changed

+211
-155
lines changed

7 files changed

+211
-155
lines changed

package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"astro": "^4.4.1",
2929
"astro-compress": "^2.2.10",
3030
"astrojs-service-worker": "^2.0.0",
31-
"autoprefixer": "^10.4.19",
31+
"autoprefixer": "^10.4.20",
3232
"cheerio": "^1.0.0-rc.12",
3333
"cssnano": "^6.1.2",
3434
"fuse.js": "^7.0.0",

src/content/tutorials/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const categories = [
66
"drawing",
77
"web-design",
88
"accessibility",
9+
"criticalAI",
910
"webgl",
1011
"advanced",
1112
] as const;

0 commit comments

Comments
 (0)