Skip to content

Commit a4a2cfd

Browse files
authored
Merge pull request #1409 from limzykenneth/main-deps-update
[1.x] Major dependencies update
2 parents 360a8e0 + 8803b1c commit a4a2cfd

80 files changed

Lines changed: 11713 additions & 12903 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

astro.config.mjs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig, passthroughImageService } from "astro/config";
22
import preact from "@astrojs/preact";
33
import mdx from "@astrojs/mdx";
4-
import tailwind from "@astrojs/tailwind";
4+
import tailwindcss from "@tailwindcss/vite";
55
import serviceWorker from "astrojs-service-worker";
66
import fast from "./src/scripts/fast-compress";
77
import mermaid from 'astro-mermaid';
@@ -20,16 +20,12 @@ if (shouldSkipCompress) {
2020
export default defineConfig({
2121
site: 'https://p5js.org',
2222
compressHTML: false,
23-
legacy: {
24-
collections: true
25-
},
2623
integrations: [
2724
mermaid({autoTheme: true}),
2825
preact({
2926
compat: true,
3027
}),
3128
mdx(),
32-
tailwind(),
3329
fast(),
3430
serviceWorker({
3531
workbox: {
@@ -74,6 +70,7 @@ export default defineConfig({
7470
rollupOptions: {
7571
external: ["/src/scripts/*"],
7672
},
73+
plugins: [tailwindcss()]
7774
},
7875
image: {
7976
domains: ["openprocessing.org"],

0 commit comments

Comments
 (0)