-
- [X] I have looked for existing issues (including closed) about this
## Bug Report
### Version
0.7.5
### Description
Unexpected behaviour in example `static-file-server`, function [`us…
-
This is from the TalkJS sample repo. I downloaded directly from GitHub, ran npm i, added the AppID, and then ran the app in dev mode. Won't load. Throws the error mentioned, and elaborated below. …
-
## Description
Currently, our website is being served using the MkDocs development server in our production environment. This setup poses potential security risks and may not be optimized for perform…
-
## Steps to reproduce
* Open `astro.config.mjs` file
* Change `output` mode to `static`: `output: 'static'`
* Run `npm run build`
### Expected result
Build should provide completely static …
-
Start with a fresh Pharo 13 image.
In a Playground window evaluate:
```
(ZnServer startDefaultOn: 3000)
delegate: ( ZnStaticFileServerDelegate new
directory: 'web' asFileReference;
y…
-
I want to host static files from specified folder, so when i open http://localhost (address of server) i get the static content without downloading so i can host html,css,js as it was some default ngi…
-
Sometimes we need to serve a static file from the root to verify domain ownership, e.g. `mydomain.com/.well-known/verification`.
We should add an example of how to do this with the bootstrapper. He…
-
### What version of HonoX are you using?
0.1.26
### What steps can reproduce the bug?
1. `npm create hono@latest`
2. choose template: `x-basic`
3. Change `vite.config.ts` as in https://github.com…
-
My efergy account has been pooched and I can't get support to help me with is so have decided to go around them and stumbled upon this project.
I'm having some difficulty getting it going though. I…
-
这里说超出了250M
```
○ (Static) prerendered as static content
● (SSG) prerendered as static HTML (uses getStaticProps)
ƒ (Dynamic) server-rendered on demand
Done in 164.61s.
Traced Next.js …