initial release

This commit is contained in:
sguenter
2024-01-03 22:56:14 +01:00
commit d88d61bb3b
127 changed files with 20940 additions and 0 deletions

5
bin/export.sh Executable file
View File

@@ -0,0 +1,5 @@
mv next.config.js next.base.config.js
mv next.export.config.js next.config.js
next build
mv next.config.js next.export.config.js
mv next.base.config.js next.config.js