Daniel Roe
Daniel Roe
### ๐ Linked issue resolves #7517 ### โ Type of change - [ ] ๐ Documentation (updates to the documentation or readme) - [x] ๐ Bug fix (a non-breaking change...
with the amount of inference we're doing, it would be a great enhancement to add some kind of type performance test to ensure that end users' TS checkers or IDEs...
When using a stylesheet with a relative URL, this is not resolved when inlining in the HTML. ```css @font-face { url(../fonts/RoobertPRO-Light.woff) format("woff") } ```
remake of https://github.com/nuxt-modules/sanity/pull/522; closes #522
Trying to upgrade to v0.4.0 with Nuxt bridge and trying to build the application gives me: ``` ERROR Rollup error: ENOTDIR: not a directory, stat '/.../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/pinia/dist/pinia.mjs/dist/pinia' FATAL ENOTDIR: not a...
this may be a https://github.com/harlan-zw/zhead issue... Here are some things that should be typed properly: ```js useHead({ link: [{ rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#1a202c' }] // color is not...
```js require('ohash').hash('ufo') // '2247144487' require('ohash').hash('vue') // '2247144487' ``` related: https://github.com/nuxt/framework/pull/5398
### ๐ Linked issue ### โ Type of change - [ ] ๐ Documentation (updates to the documentation or readme) - [ ] ๐ Bug fix (a non-breaking change that...
### ๐ Linked issue resolves https://github.com/nuxt/framework/issues/7363, https://github.com/nuxt/framework/issues/8078 ### โ Type of change - [x] ๐งน Chore - [ ] ๐ Documentation (updates to the documentation or readme) - [x] ๐...