Skip to content

Commit 1bb9ec7

Browse files
committed
Fix ssr
1 parent b0d5026 commit 1bb9ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/budgetkey/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const commonEngine = new CommonEngine();
2929
* Serve static files from /browser
3030
*/
3131
app.get(
32-
'**',
32+
'*.*',
3333
express.static(browserDistFolder, {
3434
maxAge: '1y',
3535
index: 'index.html'

0 commit comments

Comments
 (0)