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.
2 parents 9b28a4a + f2dd786 commit 17ac6b9Copy full SHA for 17ac6b9
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