This website requires JavaScript.
Explore
Help
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2025-03-02 01:23:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
59ba87ee83
Nuxt
/
playground
/
nuxt.config.ts
6 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: export `defineNuxtConfig` from `nuxt3` and `@nuxt/bridge` (#669)
2021-10-06 12:31:52 +00:00
import
{
defineNuxtConfig
}
from
'nuxt3'
feat: module utils and improvements (#38)
2021-04-02 11:47:01 +00:00
export
default
defineNuxtConfig
(
{
feat: enable hybrid rendering for `nuxi build` (#4373)
2022-04-15 16:31:19 +00:00
ssr
:
false
feat: module utils and improvements (#38)
2021-04-02 11:47:01 +00:00
}
)
Reference in New Issue
Copy Permalink