prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
47 stars 7 forks source link

shorter config key #27

Closed danielroe closed 1 year ago

danielroe commented 1 year ago

What do you think about using ssrLit rather than nuxtSsrLit as a config key (bearing in mind this is for options already within a nuxt.config) - you might even get away with just lit?

prashantpalikhe commented 1 year ago

I think ssrLit is a good idea. lit maybe a bit too generic since the module focusses on SSR aspect of Lit only.