1
0
Fork 0

feat(sites): add argocd-skoleni.cz

This commit is contained in:
Vojtěch Mareš 2022-12-09 17:28:23 +01:00
parent a5f286ce83
commit e98587e7fa
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
10 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,5 @@
const withTM = require("next-transpile-modules")(["ui"]);
module.exports = withTM({
reactStrictMode: true,
});