dominik-sfl

Results 5 issues of dominik-sfl

- `mdx-bundler` version: 7.0.0 - `node` version: v14.15.4 - `npm` version: 7.24.0 **Relevant code or config** Just copy pasted from the mdx-bundler github example: ```js import { bundleMDX } from...

- `mdx-bundler` version: 9.2.1 - `node` version: 16.19.0 - `npm` version: 8.19.3 What you did: I am importing a component into my mdx blog post: ``` import Imper from "./Imper";...

**Describe the bug** Our sitemap seems to pick up all dynamic items, e.g. `/some-category-folder/[slug]/page.tsx` but our category pages are NOT included, e.g. `/some-category-folder/page.tsx` **To Reproduce** Not sure how to reproduce...

bug

**Describe the bug** I am getting this error anytime I just import the library & do a simple call: e.g. ``` let res = await client.v2.tweet("Hello"); ``` **Version** - Node.js...

I am not entirely sure how this works, but I'd be interested in getting it working. If I wanted to publish a very simple feed generator that filters for a...