Refactor Vite configuration for improved readability and formatting
This commit is contained in:
@@ -16,14 +16,8 @@ export default defineConfig({
|
||||
v3_relativeSplatPath: true,
|
||||
v3_throwAbortReason: true,
|
||||
v3_singleFetch: true,
|
||||
v3_lazyRouteDiscovery: true
|
||||
v3_lazyRouteDiscovery: true,
|
||||
},
|
||||
/*routes: async (defineRoutes) => {
|
||||
return defineRoutes((route) => {
|
||||
route("/", "routes/_index.tsx");
|
||||
route("/blog/:blog", "routes/blog.tsx");
|
||||
});
|
||||
},*/
|
||||
}),
|
||||
tsconfigPaths(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user