mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 06:20:26 +00:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
var config = require("../../../defaults/config.js");
|
|
|
|
config.prefetch = true;
|
|
|
|
module.exports = config;
|