Customize Routing Rule for Main domain and Subdomain(wildcard)
app/router.options.ts
for the subdomain
```
import type { RouterConfig } from "@nuxt/schema";
import { useRuntimeConfig } from "#app";...Import file as raw string on a config file (UnoCSS config in this case)
import globalCSS from './app/styles/theme-base.css?raw'
within the config but I'm getting
Cannot restart nuxt: Unknown file extension ".css" for <full file path>
any idea on how to make the import work? I'm inlining the css instead of using the file as a workaround.
Nuxt 4 compat.
edit: fixed it by using normal fs from Node, looks like the module config doesnt go through vite...nuxt ui pro content navigation not showing up
Nuxt content module: [error] Could not locate the bindings file. better_sqlite3.node
pnpm approve-builds
pnpm approve-builds
Using layers and (sub)domains.
NuxtUI Pro - Github invite link expired
can you explain nuxt content with nuxt ui pro
Memory overflow error when trying to load iconify icons dynamically

nuxt ui tailwind @apply in style tag for custom classes?
How To: Downgrade 3.17.2 to 3.17.1
@nuxt/fonts
on NuxtJS v3.17.2.
Can anyone share the proper way to downgrade NuxtJS from 3.17.2 to 3.17.1 without affecting my existing project? ...Development mode component styles generate <style> instead of <link rel="stylesheet">
<style>
tags for component CSS instead of a <link>
? I see this behavior in the production build, however, the development build always generates <link>
tags for global CSS files and SFC styles.
<link rel="stylesheet" href="/_nuxt/assets/css/main.css" crossorigin>
<link rel="stylesheet" href="/_nuxt/pages/my/page/my-component.vue?vue&type=style&index=0&lang.css" crossorigin>
<link rel="stylesheet" href="/_nuxt/assets/css/main.css" crossorigin>
<link rel="stylesheet" href="/_nuxt/pages/my/page/my-component.vue?vue&type=style&index=0&lang.css" crossorigin>
navigateTo inside useAsyncData
nuxt ui toaster location won't change
Render multiple component-previews as "islands" within a non-nuxt app
I want change background color NavigationMenu

"500 OK" when using routeRules to external backend
How can I load a 3rd party script widget?
$fetch dns that resolves to ipv6
Watching files outside app/ directory
my-content/
) how to configure it properly? I spend a lot of time to configure it, but I cannot do it