Add hero image to home page

This commit is contained in:
Marc Fokkert
2023-09-23 21:48:11 +02:00
parent 65ba9919a2
commit c5d4604d0b
20 changed files with 1130 additions and 497 deletions

View File

@@ -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';