Files
portfolio2023/build/config/static.js
T
2023-11-25 00:01:46 +01:00

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