Skip to content

Commit e67100a

Browse files
committed
solving checkout shipping not shown issue by vendurehq#93
1 parent 783a98a commit e67100a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

remix.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { createRoutesFromFolders } from '@remix-run/v1-route-convention';
21

32
/**
43
* @type {import('@remix-run/dev').AppConfig}
@@ -11,10 +10,7 @@ const commonConfig = {
1110
'@remix-validated-form/with-zod',
1211
],
1312
tailwind: true,
14-
routes(defineRoutes) {
15-
// uses the v1 convention, works in v1.15+ and v2
16-
return createRoutesFromFolders(defineRoutes);
17-
},
13+
1814
};
1915

2016
/**

0 commit comments

Comments
 (0)