-
### What version of `starlight` are you using?
0.5.2
### What is your idea?
The header of my docs site looks pretty sparse. I would like to add some glanceable information to it, like the latest re…
-
### Describe the bug
[commonjs--resolver] Missing "./layout/Page.astro" specifier in "@astrojs/starlight" package
error Missing "./layout/Page.astro" specifier in "@astrojs/starlight" package
…
-
Can we do this without importing preact?
Would rather keep project as straight Astro.
Tried an approach that waited or the global, 'loadFuse' to be created. That seemed to work, but then when I…
-
I have tried reaching out to the community multiple times, and haven't had any support so I decided to open an issue.
Problem - import.meta.glob doesn't appear to work inside rss.xml.js file (as pa…
-
import { i18nMiddleware } from "astro-i18n-aut"
import { sequence } from "astro/middleware"
const i18n = i18nMiddleware({ defaultLocale: "en" })
export const onRequest = sequence(i18n)
…
-
### What version of `astro` are you using?
2.10.7
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
yarn
### What operating system are you using?
…
-
I am making my portfolio website using AstroJS with Typescript and TailwindCSS. I was making some "Read More ..." tags for navigation and I noticed an odd interaction with umami click events.
*the …
-
`@astrojs/react/client.js` in `node_modules/@astrojs/react/src/index.ts` gets resolved to `./src/astrojs/react/client.js` by `tsconfig.json`
```sh
yarn build
yarn run v1.22.19
$ astro build && …
-
I haven't changed any of my config files, but critters seems to have added another `/blog/` folder while trying to locate css files. here's my astro.config
![Screenshot 2023-02-09 at 7 23 32 PM](ht…
-
Looks like we also have to:
```js
import { Prism } from '@astrojs/prism`
```
But aside of the `CodeBlock.astro` example, it is not documented anywhere. Your Stackbliz does not have `@astrojs/pris…