#Link Inspections are making for a painful DX
28 messages · Page 1 of 1 (latest)
Thanks, it's just the mailto not working?
what if i want it to go through so i can test the slug
there has to be a way to turn it off
in dev tools
@clear heron
hm yes I was planning to have a hide / show inspections button but ran out of time
but I'm curious why they are showing
what is the URL they point to ?
its a valid url
it goes to the details page of the forum/question
its squigglies all over
feel free to disable the module for the time being, I'll look at getting these fixed and give you a ping when it's ready
danke
@clear heron any update?
I'll need to look at it tomorrow evening
also getting build errors for <!-- <OgImageScreenshot /> -->
<!-- b. Generate satori images for every page (uses the default template) -->
<!-- <OgImageStatic /> -->
[success] [nitro] Generated public .vercel/output/static
[info] [nitro] Initializing prerenderer
[info] [nitro] Prerendering 3 routes
[log] [nitro] ├─ /robots.txt (56ms)
[log] [nitro] ├─ /api/_content/cache.1691017103156.json (557ms)
[log] [nitro] ├─ / (673ms)
[error] [nuxt] [request error] [unhandled] [500] WASM has not been initialized. Call `initialize` function.
at createSvg2png (./node_modules/svg2png-wasm/dist/index.mjs:299:11)
at svg2png (./node_modules/svg2png-wasm/dist/index.mjs:327:19)
at svg2png (./.nuxt/prerender/chunks/rollup/provider.mjs:122:16)
at async Object.handler (./node_modules/h3/dist/index.mjs:1284:19)
at async toNodeHandle (./node_modules/h3/dist/index.mjs:1359:7)
at async ufetch (./node_modules/unenv/runtime/fetch/index.mjs:9:17)
at async generateRoute (./node_modules/nitropack/dist/shared/nitro.1db3349c.mjs:98:17)
at async processRoute (./node_modules/nitropack/dist/shared/nitro.1db3349c.mjs:156:20)
at async Promise.all (index 0)
at async Promise.all (index 1)
[log] [nitro] ├─ /__og_image__/og.png (879ms) (Error: [500] OK)
[log] [nitro]
Errors prerendering:
[log] [nitro] ├─ /__og_image__/og.png (500)
[log] [nitro]
[error] Exiting due to prerender errors.
at prerender (node_modules/nitropack/dist/shared/nitro.1db3349c.mjs:189:11)
at async node_modules/nuxt/dist/index.mjs:2641:7
at async build (node_modules/nuxt/dist/index.mjs:3794:5)
at async Object.invoke (node_modules/nuxi/dist/chunks/build.mjs:59:5)
at async _main (node_modules/nuxi/dist/cli.mjs:49:20)```
Try updating the module if it's not the latest
I don't think svg2png is used anymore
i have the latest package
Can you share the exact version/ config?
- Operating System: Windows_NT
- Node Version: v18.16.1
- Nuxt Version: 3.6.5
- Nitro Version: 2.5.2
- Package Manager: [email protected]
- Builder: vite
- User Config: extends, supabase, devtools, vite, nitro, routeRules, site, webVitals, typescript, colorMode, app, modules, sanity, image, googleFonts, linkChecker, runtimeConfig
- Runtime Modules: @nuxt/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], @nuxthq/[email protected], @pinia/[email protected], @pinia-plugin-persistedstate/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], @nuxt/[email protected], @nuxtjs/[email protected], @nuxt/[email protected]
- Build Modules: -
------------------------------```
"nuxt-seo-kit": "^1.3.9",
@clear heron