-
Running into the following error:
![Screenshot_20221215_203933](https://user-images.githubusercontent.com/25288931/207951715-62038636-fab2-445a-b60e-dc08995fa15f.png)
Seems to be related to #34 …
-
Hi,
Thanks for the integration. Would you consider adding support for [@pagefind/modular-ui](https://www.npmjs.com/package/@pagefind/modular-ui) to support greater customisation, once it becomes pr…
-
file: integration-functions.js
```
'astro:build:start': async ({ buildConfig }) => {
buildConfig.serverEntry = 'index.js';
buildConfig.server = _config.outDir;
},
```
It seems…
-
Similar to RSS feeds, there's an Astro integration for this. Should be easy
-
### What version of `starlight` are you using?
0.24.1
### What version of `astro` are you using?
4.10.2
### What package manager are you using?
pnpm
### What operating system are you…
-
# Summary
The Translation Program is a collaborative effort to translate various documents related to Tact into multiple languages, making the website more accessible to billions of non-English spe…
-
**Please describe the feature you'd like to see**
Jake Witz is working on publishing our Zendesk knowledge base articles to the public. We should ingest these in Ask Astro.
**Acceptance Criteria**
-…
-
Kizu wrote this https://blog.kizu.dev/astro-mdx-components/ and I recommend he take a look at your integration to simplify things, however the part I think your integration doesn't handle when it come…
-
While building the ssr bundle with `ssr.target = "webworker"`, it looks like the default web builds of vite is being bundled. I have these in my vite config but it is no help.
```
resolve: {
co…
eknkc updated
3 months ago
-
I'm working on refactoring a project to use Astro, and `auth-astro` seems like a great way to handle authentication, but I'm having trouble getting it to work with the Twitch provider from `@auth/core…