create-ereo 0.1.24 → 0.1.26
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -999,7 +999,7 @@ export default function RootLayout({ children }${ts ? ": RootLayoutProps" : ""})
|
|
|
999
999
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
1000
1000
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="" />
|
|
1001
1001
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
1002
|
-
<link rel="stylesheet" href="/
|
|
1002
|
+
<link rel="stylesheet" href="/__tailwind.css" />
|
|
1003
1003
|
</head>
|
|
1004
1004
|
<body className="min-h-screen flex flex-col bg-white dark:bg-gray-900 text-gray-900 dark:text-white">
|
|
1005
1005
|
<Navigation />
|