7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
import type { Config } from "@react-router/dev/config";
|
|
|
|
export default {
|
|
appDirectory: "src",
|
|
prerender: ["/", "/defer-example"],
|
|
} satisfies Config;
|