Divyansh Singh
                                            Divyansh Singh
                                        
                                    > CSS's color-mix is now supported by all browsers Ah, but it still doesn't meet our minimum support criteria - ``` Chrome >=88 Edge >=88 Safari >=14 Firefox >=78 Opera...
NPM issue. You might need to manually add rollup to your deps - https://github.com/npm/cli/issues/4828#issuecomment-2065690643
Nah it's fine. Don't close it.
I had also released a version last week and this is the publish status - https://deno.com/status/ba90f7d3-b136-431d-a6c4-4651827d1007 -- it states "Published module. Failed to post webhook to apiland." I'm able to...
Try setting `metaChunk: true` in your vitepress config. It won't skip SSR but will be better than having the data on each page.
Can you try patching `node_modules/vitepress/dist/client/theme-default/Layout.vue` directly to wrap the `VPNav` and `VPSidebar` components with ``? If the results are promising, we can try making their client side rendering configurable. There...
There seems to be an issue with this if you try to directly access the server-only page in dev: ``` [nitro] [unhandledRejection] FetchError: [GET] "/_nuxt/builds/meta/dev.json": 404 Page not found: /_nuxt/builds/meta/dev.json...
Basic stuff seems to work fine now. Some of the things that don't work: - terminal shortcuts - `build` needs specifying `NODE_ENV=production` (we have an override in the cli but...
> And for build I get this, which is more problematic: Most users should be fine with having to manually specify `NODE_ENV`. Something like this should work fine: ```json {...
Can you explain what you're trying to do?