From 4efd1d937dcd9ad3915f64268b2820b4caf112b5 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Fri, 22 Dec 2023 00:13:52 +0000 Subject: [PATCH] fix typo --- ui-changes/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-changes/src/config.js b/ui-changes/src/config.js index e55fcfb..0faae7b 100644 --- a/ui-changes/src/config.js +++ b/ui-changes/src/config.js @@ -3,6 +3,6 @@ module.exports = { githubSrc: 'https://raw.githubusercontent.com/ReproNim/reproschema-demo-protocol/main/reproschema_demo_protocol/reproschema_demo_protocol_schema', banner: 'A demo protocol for the ReproSchema paperr', startButton: 'Join', - assetsPublicPath: '/reproschema_demo_protocol/', + assetsPublicPath: '/reproschema-demo-protocol/', backendServer: null }; \ No newline at end of file