More work on Shares
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import config from '../config'
|
||||
|
||||
export const shareUrl = (path) => {
|
||||
const url = new URL(config.shareBaseUrl + '/' + path, window.location.href)
|
||||
const url = new URL(config.publicBaseUrl + '/' + path, window.location.href)
|
||||
return url.href
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user