Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sooniter/rspress-preview-demo
https://github.com/sooniter/rspress-preview-demo
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rspress-preview-demo
- Owner: SoonIter
- Created: 2024-01-16T15:24:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T15:37:09.000Z (11 months ago)
- Last Synced: 2024-12-01T04:26:44.929Z (24 days ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```
```