Skip to content

Commit 431c305

Browse files
authored
Merge pull request #651 from sarahciston/main
Tutorials on Critical AI Topics: Google Season of Docs
2 parents 21c9c4b + 18f0687 commit 431c305

11 files changed

+1123
-35
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)