Skip to content

Commit

Permalink
fix main link
Browse files Browse the repository at this point in the history
  • Loading branch information
milangress committed Mar 18, 2024
1 parent 5362d68 commit a8c640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const routes = [
redirect: to => {
// the function receives the target route as the argument
// we return a redirect path/location here.
return { path: '/gen/1MuXLBM_WGHm9vS_jhAtDVKHGDK9FJ171fpkqwBXJIKU/BA%20FaaS%20Maschine' }
return { path: '/gen/1MuXLBM_WGHm9vS_jhAtDVKHGDK9FJ171fpkqwBXJIKU/The%20original%20FaaS%20Machine' }
// return { path: '/gen', params: { gid: '1MuXLBM_WGHm9vS_jhAtDVKHGDK9FJ171fpkqwBXJIKU', sheet: 'BA%20FaaS%20Maschine' } }
}
// alias: '/gen/1MuXLBM_WGHm9vS_jhAtDVKHGDK9FJ171fpkqwBXJIKU/BA%20FaaS%20Maschine'
Expand Down

0 comments on commit a8c640a

Please sign in to comment.