mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
set routeStyle
to next
This commit is contained in:
parent
d94813342c
commit
56fe4cc9f8
@ -1,14 +1,16 @@
|
||||
import getConfig from "./.config.js"
|
||||
|
||||
import { defineConfig } from "vite"
|
||||
import Pages from "vite-plugin-pages"
|
||||
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"],
|
||||
}),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user