Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Jul 20, 2023
1 parent 7de2624 commit f9e8d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pkg
# Vite React SSG

Static-site generation for React on Vite.

Expand Down Expand Up @@ -29,7 +29,7 @@ Static-site generation for React on Vite.
```ts
// src/main.ts
import { ViteReactSSG } from 'vite-react-ssg'
import routes from './App.vue'
import routes from './App.tsx'

export const createApp = ViteReactSSG(
// react-router-dom data routes
Expand Down

0 comments on commit f9e8d42

Please sign in to comment.