nuxt/fonts + tailwind 4 + google fonts Error: Unknown font format
We're deploying to Vercel but it appears new deployments do not propagate to clients
What is the easiest way to preview my Nuxt 3 site locally with HTTPS enabled?
bun run build
and bun run preview
. I'm wondering if there is a Nuxt module that can help me preview my site locally with HTTPS enabled.Are certain properties of the layer nuxt.config.ts ignored?
nuxt.config.ts
```
future: {
compatibilityVersion: 4,...Is there a way to share my .editorconfig file from my layer to my project?
.editorconfig
file in the layer and have each of my future projects make use of this file somehow?
Perhaps more generally I would wonder if there is a way I can copy over files from an NPM package into my local project when I am installing the layer for the first time....How can I create a redirect while preserving some of the path params of the route?
Nuxt Content - API for Remark/Rehype extension configuration options
nuxt.config
. It's not clear which extensions are being used and how to access their configuration API. I have tried options like this with no luck
```
"remark-gfm": {
gfmFootnoteHtml: {...Error on Postcss if I want to use custom classes with tailwind on Nuxt3

layout slot issue
[Vue warn]: Failed to resolve component: ModalComponent
Issues with Cloudflare Pages Deployment in combination with content module
Problem with NUXT UI Components

ohash error eferenceError: Cannot access 'defaults' before initialization
Deploy Nuxt Content to Cloudflare Pages
Nuxt prepare error
nuxi init
) without getting this error during nuxt prepare
after installing the dependencies (or subsequently after every npm i
):
```
nuxt prepare...
How does nuxt build work, in depth?
nuxt build/dev/generate
etc all work fine and I can use the bazel equivalent of nuxt dev
and I can also nuxt generate
but when I try to have bazel build a full SSR app it fails with ERROR EACCES: permission denied, open '/home/user/.cache/bazel/_bazel_user/f2cab145d1e9274ddba8319b91b01062/sandbox/linux-sandbox/42/execroot/_main/bazel-out/k8-fastbuild/bin/contexts/project/.output/server/node_modules/@unhead/dom/package.json'
In bazel the sandboxing does not allow you to both write files/directories and then read them within the same action and from the errors I'm seeing, that is what it looks like nuxt is doing.
My build is succesfully building the .nuxt folder and gets to
[nitro] ✔ Generated public .output/public
...Nuxt routing when using content folder
@nuxt/content
, with a catch-all template for recipe pages. However, it feels like when using content collections, every page on my site must have a corresponding content file.
For example, I don't have content/index.md
, but I do have /pages/index.vue
. Because of this setup, I get a 500 error (route is not defined
)....
A route that returns either txt/xml (server route) or Vue (pages route)?
/rfc/rfc1.xml
as a server route, and /rfc/rfc1
as a pages Vue route. The filename-pattern in the server
or pages
directory would be [id].ts
but then Nuxt prefers the server route over pages, and there's no way to narrow the server route with patterns like [id].xml.ts
(not...Website not working on prod, no useful errors.
