Commit code with double quotes instead of single quotes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default function({ route, redirect }) {
|
||||
if (route.fullPath !== '/') {
|
||||
return redirect('/')
|
||||
if (route.fullPath !== "/") {
|
||||
return redirect("/")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user