commit ca9c70eed137234296e86e204cdd9cc9b9eb7ac7
parent 522a1f16f969c9c2457f6fc97374d8e47759470f
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 26 Oct 2025 10:58:34 +0100
parent 522a1f16f969c9c2457f6fc97374d8e47759470f
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 26 Oct 2025 10:58:34 +0100
rollup.config.js: update `appImprintUrl`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rollup.config.js b/rollup.config.js @@ -19,7 +19,7 @@ const __dirname = path.dirname(__filename); const appName = 'Öffisearch'; const appRepoUrl = 'https://git.zaphyra.eu/oeffisearch'; -const appImprintUrl = 'https://katja.wtf/imprint.html'; +const appImprintUrl = 'https://zaphyra.eu/imprint.html'; const isDevServer = process.env.ROLLUP_WATCH; const gitVersion = process.env.GIT_VERSION;