We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b528912 commit f2dd786Copy full SHA for f2dd786
src/loaders/publicLoader.ts
@@ -7,7 +7,7 @@ export const publicLoader: MicroframeworkLoader = (settings: MicroframeworkSetti
7
if (settings) {
8
const expressApp = settings.getData('express_app');
9
expressApp
10
- // Serve static filles like images from the public folder
+ // Serve static files like images from the public folder
11
.use(express.static(path.join(__dirname, '..', 'public'), { maxAge: 31557600000 }))
12
13
// A favicon is a visual cue that client software, like browsers, use to identify a site
0 commit comments