First release
This commit is contained in:
12
src/lib/constants.js
Normal file
12
src/lib/constants.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
image_cache_control: `public, max-age=${7*24*60*60}`,
|
||||
|
||||
external: {
|
||||
timeline_query_hash: "e769aa130647d2354c40ea6a439bfc08",
|
||||
timeline_fetch_first: 12
|
||||
},
|
||||
|
||||
symbols: {
|
||||
NO_MORE_PAGES: Symbol("NO_MORE_PAGES")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user