Skip to content

Commit 9e20170

Browse files
authored
Merge branch 'production' into max/dlp/ml
2 parents 93177a1 + 142fd3a commit 9e20170

File tree

104 files changed

+1379
-872
lines changed

Some content is hidden

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

104 files changed

+1379
-872
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
/.github/actions/assign-pr/index.js @cloudflare/pcx-technical-writing
1111
/.github/styles/cloudflare/spelling-exceptions.txt @cloudflare/pcx-technical-writing
1212
/src/components/ @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @marciocloudflare @haleycode @maxvp @GregBrimble @KianNH @WalshyDev
13-
/src/schemas/tags.ts @kodster28 @KianNH @joslyn-cf
1413
*.js @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
1514
*.ts @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
1615
*.astro @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
16+
/src/schemas/tags.ts @kodster28 @KianNH @joslyn-cf
1717
/src/content/workers-ai-models/ @craigsdennis @pedrosousa @cloudflare/pcx-technical-writing
1818
/public/__redirects @GregBrimble @KianNH @pedrosousa @WalshyDev @cloudflare/pcx-technical-writing
1919

astro.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ export default defineConfig({
6969
rehypeTitleFigure,
7070
],
7171
},
72+
image: {
73+
service: {
74+
entrypoint: "astro/assets/services/sharp",
75+
config: {
76+
limitInputPixels: false,
77+
},
78+
},
79+
},
7280
experimental: {
7381
contentIntellisense: true,
7482
},

bin/playground.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

ec.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export default {
1717
],
1818
themes: [darkTheme, lightTheme],
1919
styleOverrides: {
20+
borderWidth: "1px",
21+
borderRadius: "0.25rem",
2022
textMarkers: {
2123
defaultLuminance: ["32%", "88%"],
2224
},

0 commit comments

Comments
 (0)