© 2026 Hedgehog Software, LLC
export default defineNuxtConfig({ // plugins plugins: ['~/plugins/spline-viewer.client.ts'], // compiler options vue: { compilerOptions: { isCustomElement: (tag) => { return tag === 'spline-viewer'; } } }, })