Refactor content fetching and enhance UI mods

Refactored content fetching in the docs and blog pages to use a new 'getDocs' function to improve code reuse. Made minor adjustments to the UI in 'makerkit/page.tsx'. This involved modifying the layout and adding conditionals to tackle optional props. Also added a new textarea component reference in the UI package.
This commit is contained in:
giancarlo
2024-04-23 11:30:32 +08:00
parent 6814cc7089
commit e19af9af52
6 changed files with 44 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
import { unstable_cache as cache } from 'next/dist/server/web/spec-extension/unstable-cache';
import { cache } from 'react';
import { createCmsClient } from '@kit/cms';
import { If } from '@kit/ui/if';