Experimental port to Firebase hosting
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
function addLeadingSlash(name) {
|
||||
export default function addLeadingSlash(name) {
|
||||
return name.charAt(0) === '/' ? name : '/' + name;
|
||||
}
|
||||
|
||||
module.exports = addLeadingSlash;
|
||||
|
Reference in New Issue
Block a user