Initial Commit

This commit is contained in:
2025-11-01 18:42:32 +00:00
parent ce818152d8
commit 6c8f4715a7
16 changed files with 14946 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import { provideSSRWidth } from "@vueuse/core";
export default defineNuxtPlugin((nuxtApp) => {
provideSSRWidth(1024, nuxtApp.vueApp);
});