mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
remote pages plugin
This commit is contained in:
parent
d7e24e31c4
commit
ee1a8b9ecc
@ -3,16 +3,9 @@ import getConfig from "./.config.js"
|
||||
import { defineConfig } from "vite"
|
||||
import reactRefresh from "@vitejs/plugin-react-refresh"
|
||||
|
||||
import Pages from "vite-plugin-pages"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
reactRefresh(),
|
||||
Pages({
|
||||
react: true,
|
||||
routeStyle: "next",
|
||||
extensions: ["jsx", "tsx"],
|
||||
}),
|
||||
],
|
||||
...getConfig(),
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user