mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add link redirect
This commit is contained in:
@@ -6,6 +6,10 @@ Meteor.startup(function () {
|
||||
return hash.replace("deps", "tracker");
|
||||
}
|
||||
|
||||
if (hash === "meteor_collection") {
|
||||
return "mongo_collection";
|
||||
}
|
||||
|
||||
if (hash === "collection_object_id") {
|
||||
return "mongo_object_id";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user