https://github.com/sooniter/rspress-number-issue
https://github.com/sooniter/rspress-number-issue
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rspress-number-issue
- Owner: SoonIter
- Created: 2024-05-13T10:54:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T16:55:02.000Z (about 2 years ago)
- Last Synced: 2025-10-12T10:57:34.503Z (8 months ago)
- Language: TypeScript
- Size: 163 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;
```
```