-
This topic has already occurred several times without any proper solutions or discussions on how to implement this in the future.
https://github.com/storybookjs/storybook/issues/8009
https://github.…
-
The Prerender module is not taking into consideration HTTPS and as such is failing to crawl them as it is adding an extra 's' onto the end of the protocol.
![image](https://user-images.githubuserco…
-
`rules_nodejs@4.0.0` uses NodeJS `14.17.5` by default. This is not compatible with `@bazel/postcss@0.5.0` as it will not generate source maps. Attempting to use `postcss_binary(sourcemap = True)` fail…
-
> Back to the site though I think it would be nice (maybe on desktop at least) if you could open the episodes from the list in a modal embed so I don't have to get sent to Youtube before watching an o…
-
### Describe the problem
All other adapters automatically cache static assets for you. adapter-static does not
### Describe the proposed solution
Add docs stating that you need to cache the immutab…
-
`flatdoc` looks great. I was considering writing my own documentation renderer with React but `flatdoc` looks like it has a great start already. Have you considered rendering via `reactJS`? The benefi…
-
NODE_ENV: production
BASE_HREF: base href for user interface (defaults to /, change if not served from the root directory)
STATIC_ROOT - root for static assets (defaults to BASE_HREF, change to load …
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.15.0`
- Nuxt Version: `^3.12.3`
- CLI Version: `3.12.0`
- Nitro Version: `-`
- Package Manager: `npm`
- Builde…
-
### Describe the bug
I hope to package the files in the build folder into a zip file after the project is built. Currently, the build function triggers twice (client & server), resulting in the gener…
v423 updated
4 months ago
-
### Describe the bug
Line 146 is incorrectly assigning the `index.html` name to the prerendered +server.js endpoint response because we're on the root path and the statement slices off the `/` char…