Skip to content

Commit 925e894

Browse files
committed
docs: fix docs build?
1 parent c8ce8c9 commit 925e894

File tree

3 files changed

+140
-76
lines changed

3 files changed

+140
-76
lines changed

apps/astro-docs/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default defineConfig({
5555
'ngxtension/**',
5656
'@pmndrs/vanilla',
5757
'@pmndrs/cannon-worker-api',
58+
'three-custom-shader-material',
5859
],
5960
},
6061
esbuild: {

apps/astro-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"@analogjs/astro-angular": "1.8.0",
1414
"@astrojs/check": "^0.9.3",
15-
"@astrojs/mdx": "^3.1.5",
16-
"@astrojs/starlight": "^0.26.2",
15+
"@astrojs/mdx": "^3.1.6",
16+
"@astrojs/starlight": "^0.27.1",
1717
"@astrojs/tailwind": "^5.1.0",
1818
"angular-three": "^2.2.1",
1919
"angular-three-cannon": "^2.2.1",
2020
"angular-three-postprocessing": "^2.2.1",
2121
"angular-three-soba": "^2.2.1",
22-
"astro": "^4.15.2",
22+
"astro": "^4.15.6",
2323
"sharp": "^0.32.5",
2424
"starlight-blog": "^0.12.0",
2525
"tailwindcss": "^3.4.6"

0 commit comments

Comments
 (0)