feat: swap relative Urls bool (#85)

This commit is contained in:
connorhaugh
2022-06-10 10:46:34 -04:00
committed by GitHub
parent 728dc58ac4
commit b2fec70702

View File

@@ -49,6 +49,6 @@ export default StrictDict({
menubar: false,
min_height: 500,
toolbar_sticky: true,
relative_urls: true,
relative_urls: false,
},
});