Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme layout:"full" not work #3091

Open
yuanguandong opened this issue Aug 2, 2024 · 2 comments
Open

theme layout:"full" not work #3091

yuanguandong opened this issue Aug 2, 2024 · 2 comments

Comments

@yuanguandong
Copy link

// pages/_meta.json
{
"index": {
"type": "page",
"title": "111",
"display": "hidden",
"theme": {
"layout": "full",
"breadcrumb": false,
"footer": false,
"sidebar": false,
"toc": false,
"pagination": false
}
}
}
theme config not work

@arno-fukuda
Copy link
Contributor

works for me.

Can you share repo?

@027xiguapi
Copy link

try add code

export default withNextra({
  reactStrictMode: true,
+  cleanDistDir: true,
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants