Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Insbesondere die Labs haben mir den Praxistransfer erleichtert und viel Spass ge

## Was hat sich dadurch in der Zusammenarbeit verändert?

Die Trainings haben sowohl Management, Software Engineering, Data Science, Business Analyse und Software TestingSoftware-Engineers und Data Scientists befähigt, unsere Kubernetes-Plattform zu verstehen und effizient zu nutzen.
Die Trainings haben sowohl das Management als auch die Bereiche Software Engineering, Data Science und Business Analyse befähigt, unsere Kubernetes-Plattform zu verstehen und effizient zu nutzen.

{{< infobox
size="narrow"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The labs, in particular, made the transfer to practice easier for me and were a

## How did collaboration change as a result?

The training enabled management, software engineering, data science, business analysis, software engineers, and data scientists to understand and use our Kubernetes platform efficiently.
The training sessions have enabled both management and the Software Engineering, Data Science, and Business Analysis departments to understand and efficiently utilize our Kubernetes platform.

{{< infobox
size="narrow"
Expand Down
13 changes: 13 additions & 0 deletions site/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@
[context.next.environment]
HUGO_ENV = "next"

[[redirects]]
# redirect typo
from = "/stories/postinfance/*"
to = "/stories/postfinance/"
status = 301
force = true
[[redirects]]
# redirect typo
from = "/en/stories/postinfance/*"
to = "/en/stories/postfinance/"
status = 301
force = true

[dev]
framework = "#custom"
command = "npm run dev"
Expand Down
Loading