commit ee710b35cfc6a07a7f8d8a7c64def9c833f0ba66
parent 3fcc242def7c5737f5dec29e9656f9566a28e856
Author: Katja (zaphyra) <git@ctu.cx>
Date: Tue, 27 May 2025 14:54:37 +0200
parent 3fcc242def7c5737f5dec29e9656f9566a28e856
Author: Katja (zaphyra) <git@ctu.cx>
Date: Tue, 27 May 2025 14:54:37 +0200
rollup.config.js: update `appRepoUrl` and `appImprintUrl`
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rollup.config.js b/rollup.config.js @@ -18,8 +18,8 @@ const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); const appName = 'Öffisearch'; -const appRepoUrl = 'https://git.ctu.cx/oeffisearch'; -const appImprintUrl = 'https://ctu.cx/imprint.html'; +const appRepoUrl = 'https://git.zaphyra.eu/oeffisearch'; +const appImprintUrl = 'https://katja.wtf/imprint.html'; const isDevServer = process.env.ROLLUP_WATCH; const gitVersion = process.env.GIT_VERSION;