Skip to content

Commit 64cec24

Browse files
committed
ci: include static files from public folder
1 parent 3afabb5 commit 64cec24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import './.next/dev/types/routes.d.ts'
3+
import './.next/types/routes.d.ts'
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

website/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nextConfig: NextConfig = {
66
optimizePackageImports: ['@ark-ui/react'],
77
},
88
outputFileTracingIncludes: {
9-
'/*': ['../components/*/src/**/*'],
9+
'/*': ['../components/*/src/**/*', './public/registry/**/*', './public/schema/**/*'],
1010
},
1111
output: 'standalone',
1212

0 commit comments

Comments
 (0)