@edgedev/create-edge-app 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -107,6 +107,10 @@ const menuItems = [
|
|
|
107
107
|
</script>
|
|
108
108
|
|
|
109
109
|
<template>
|
|
110
|
+
<Head>
|
|
111
|
+
<title>Edge App</title>
|
|
112
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover">
|
|
113
|
+
</Head>
|
|
110
114
|
<Toaster />
|
|
111
115
|
<div class="flex flex-col h-screen">
|
|
112
116
|
<div class="flex h-full w-full">
|