Initial website implementation with Hero section
This commit is contained in:
5
app/plugins/ssh-width.ts
Normal file
5
app/plugins/ssh-width.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { provideSSRWidth } from '@vueuse/core'
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
provideSSRWidth(1024, nuxtApp.vueApp)
|
||||
})
|
||||
Reference in New Issue
Block a user