Skip to content

Commit 37c36d5

Browse files
committed
Install @devup-ui/components in apps/landing
1 parent a9b65eb commit 37c36d5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

apps/landing/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export default withMDX(
99
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
1010
output: 'export',
1111
},
12-
{},
12+
{ include: ['@devup-ui/components'] },
1313
),
1414
)

apps/landing/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"dependencies": {
1414
"body-scroll-lock": "3.1.5",
1515
"@devup-ui/react": "workspace:*",
16+
"@devup-ui/components": "workspace:*",
1617
"@mdx-js/loader": "^3.1.0",
1718
"@mdx-js/react": "^3.1.0",
1819
"@next/mdx": "^15.3.4",
@@ -34,4 +35,4 @@
3435
"glob": "^11.0.3",
3536
"remark": "^15.0.1"
3637
}
37-
}
38+
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)