mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-06 14:20:42 +02:00
12 lines
289 B
JavaScript
12 lines
289 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const staticConfig = {
|
|
enabled: true,
|
|
dotFiles: 'ignore',
|
|
etag: true,
|
|
lastModified: true,
|
|
maxAge: 0,
|
|
immutable: false,
|
|
};
|
|
exports.default = staticConfig;
|
|
//# sourceMappingURL=static.js.map
|