Rebrand application as MetalCircle

This commit is contained in:
kai
2026-08-27 18:20:40 +02:00
parent eb71ea5a0e
commit 94e14ad3e8
83 changed files with 2561 additions and 51 deletions
+13
View File
@@ -0,0 +1,13 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'de.pinguholic.concerts',
appName: 'MetalCircle',
webDir: 'www',
server: {
url: 'https://konzerte.pinguholic.de/',
cleartext: false
}
};
export default config;