first commit
This commit is contained in:
7
app/plugins/fontawesome.client.ts
Normal file
7
app/plugins/fontawesome.client.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Converted to a no-op: we register Font Awesome using an SSR-aware plugin `app/plugins/fontawesome.ts`.
|
||||
// Keep this client-only file present (if you relied on it elsewhere) but do not inject the runtime script
|
||||
// to avoid hydration mismatches.
|
||||
export default defineNuxtPlugin(() => {
|
||||
if (process.server) return
|
||||
// No-op on client — FontAwesome is registered via app/plugins/fontawesome.ts
|
||||
})
|
||||
Reference in New Issue
Block a user