Upgrade to nick_site commit f981fa57, adds alerts and inactive sidebar option
[ndcode_site.git] / _config / site.jst
index a346221..5c0194c 100644 (file)
@@ -24,7 +24,7 @@ return async (resources, root, prev_site) => {
 
       assert(this.database === undefined)
       this.database = await this.resources.ref(
-        'database',
+        `database:${this.root}`,
         async () => {
           let database = new logjson.Database()
           await database.open(this.root + '/database.logjson')