You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id: "tms-microfrontend-template-ssr"# Change this to your application name
57
+
url: "http://tms-microfrontend-template-ssr"# Change the url to contain your application name. Example: http://my-app
58
+
appname: "tms-microfrontend-template-ssr"# Change this to your application name
59
+
namespace: "min-side"# Change this to your namespace
60
60
cluster: dev-gcp
61
61
commitmsg: ${{ github.event.head_commit.message}}
62
-
fallback: "fallback"# Should containt the path to the fallback page after src/pages/[locale]/...
62
+
fallback: "fallback"# Should containt the path to the fallback page after src/pages/[locale]/... Only needs to be changed if you move the fallback in the pages structure
0 commit comments