Tc001

Results 7 issues of Tc001

### What version of `astro` are you using? v1.0.0-beta.44 ### Are you using an SSR adapter? If so, which one? no ### What package manager are you using? npm, pnpm...

markdown
p3-minor-bug
s2-medium

The following lines in .htacces ```php Options -MultiViews RewriteEngine On RewriteRule api/v2/ api.php [L] ``` cause a 500 error on all pages (website.com/lists, website.com/lists/admin etc...) ![image](https://user-images.githubusercontent.com/55956895/104579719-01fd5f80-5665-11eb-974a-552325684458.png) - phplist version 3.6.0...

**Context** - CLI Version: 1.40.1 - Platform: NixOS <Describe the bug> I am using the nextdns service in nixos with the latest package from unstable. The service looks like this:...

🐞 bug

I see astro-fonts now uses `set:html` as per #62 , but the package on npm (https://www.npmjs.com/package/astro-fonts) has not yet been updated. Maybe there's a reason for it, if so, let...

When building my prod site with `[email protected]`, it will fail with the following error: Browser error: ``` Cannot read properties of undefined (reading 'render') TypeError: Cannot read properties of undefined...

### What happened? The web sidebar seems to use a different favicon than regular tabs or bookmarks (probably the default favicon.ico). This means that it has a white border on...

kind: enhancement

### What is the feature you are proposing? Let's say we have an app like this ```ts const app = new Hono(); app.get("/", async (c) => { return c.html(` `);...

enhancement