We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f12b08 commit 31c32abCopy full SHA for 31c32ab
mink-plugin/mink.js
@@ -10,7 +10,7 @@ const browserActionTitleNormal = 'Mink - Integrating the Live and Archived Web'
10
const browserActionTitleNoMementos = 'Mink - No Mementos Available'
11
const browserActionTitleIgnorelisted = 'Mink - Viewing Ignored Site'
12
13
-const defaultAggregators = [
+const defaultAggregators = [ // TODO: pull this in from the MinkDefaults module
14
'https://memgator.cs.odu.edu',
15
'https://aggregator.matkelly.com'
16
]
0 commit comments