Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sooniter/rspress-mdx-flatten


https://github.com/sooniter/rspress-mdx-flatten

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Rspress Preview SideEffect SSG Error

```
docs/guide/index.mdx
# Error

```tsx
console.log(window)
function App() {
return (


Hello World

);
}

export default App;
```
```