mirror of
https://github.com/thelounge/thelounge
synced 2024-12-18 08:23:09 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
var config = require("../../../defaults/config.js");
|
|
|
|
config.prefetch = true;
|
|
|
|
module.exports = config;
|