Skip to content

Commit 7f21bff

Browse files
committed
Rename file for avoid S3 error
1 parent 6e17765 commit 7f21bff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/v7-ef-htmltransform/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default new Router()
2222
},
2323
})
2424
.get('/', ({ serveStatic }) => {
25-
serveStatic('./public/index.html');
25+
serveStatic('./public/main.html');
2626
})
2727

2828
// serve static files from the /public directory

0 commit comments

Comments
 (0)