Add hero image to home page
This commit is contained in:
@@ -23,6 +23,7 @@ export function app(): express.Express {
|
||||
|
||||
// Example Express Rest API endpoints
|
||||
// server.get('/api/**', (req, res) => { });
|
||||
|
||||
// Serve static files from /browser
|
||||
server.get('*.*', express.static(distFolder, {
|
||||
maxAge: '1y'
|
||||
@@ -56,4 +57,4 @@ if (moduleFilename === __filename || moduleFilename.includes('iisnode')) {
|
||||
run();
|
||||
}
|
||||
|
||||
export * from './src/main.server';
|
||||
export * from './src/main.server';
|
||||
|
||||
Reference in New Issue
Block a user