You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a Next.js app with [Static Export](https://nextjs.org/docs/app/guides/static-exports) configured.
7
-
8
-
Run development server:
9
-
10
-
```bash
11
-
npm run dev
12
-
# or
13
-
pnpm dev
14
-
# or
15
-
yarn dev
16
-
```
17
-
18
-
Open http://localhost:3000 with your browser to see the result.
19
-
20
-
## Explore
21
-
22
-
In the project, you can see:
23
-
24
-
-`lib/source.ts`: Code for content source adapter, [`loader()`](https://fumadocs.dev/docs/headless/source-api) provides the interface to access your content.
25
-
-`lib/layout.shared.tsx`: Shared options for layouts, optional but preferred to keep.
0 commit comments