Skip to content

Commit 1ae8552

Browse files
committed
Merge branch 'feat/dev-3.0' into ccip-1-7
2 parents a100516 + c3a1962 commit 1ae8552

File tree

144 files changed

+13406
-3810
lines changed

Some content is hidden

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

144 files changed

+13406
-3810
lines changed

astro.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import yaml from "@rollup/plugin-yaml"
1313
import { ccipRedirects } from "./src/config/redirects/ccip"
1414
import trailingSlashMiddleware from "./src/integrations/trailing-slash-middleware"
1515
import redirectsJson from "./src/features/redirects/redirects.json"
16+
import tailwind from "@astrojs/tailwind"
1617
import { extractCanonicalUrlsWithLanguageVariants } from "./src/utils/sidebar"
1718

1819
config() // Load .env file
@@ -46,6 +47,7 @@ export default defineConfig({
4647
...ccipRedirects,
4748
},
4849
integrations: [
50+
tailwind(),
4951
trailingSlashMiddleware(),
5052
preact({
5153
include: ["**/preact/*"],

0 commit comments

Comments
 (0)