chore: remove sexy.pivoine.art
Some checks failed
Build and Push Buttplug Image / build (push) Failing after 27s
Build and Push Backend Image / build (push) Failing after 21s
Build and Push Frontend Image / build (push) Failing after 29s

This commit is contained in:
2026-03-11 16:53:52 +01:00
parent c3436233f4
commit 3e21b88e07
4 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
></noscript ></noscript
> >
<![endif]--> <![endif]-->
<title>{{ page.title || 'sexy.pivoine.art' }}</title> <title>{{ page.title || 'sexy' }}</title>
<!-- Noto Sans — progressive enhancement for clients that support web fonts --> <!-- Noto Sans — progressive enhancement for clients that support web fonts -->
<style plain> <style plain>
@@ -68,7 +68,7 @@
<tr> <tr>
<td class="bg-muted border-t border-border rounded-b-2xl px-8 py-6 text-center"> <td class="bg-muted border-t border-border rounded-b-2xl px-8 py-6 text-center">
<p class="text-[11px] text-muted-foreground m-0"> <p class="text-[11px] text-muted-foreground m-0">
&copy; {{ new Date().getFullYear() }} sexy.pivoine.art &mdash; For adults only (18+) &copy; {{ new Date().getFullYear() }} sexy &mdash; For adults only (18+)
</p> </p>
<p class="text-[11px] text-muted-foreground mt-2 mb-0"> <p class="text-[11px] text-muted-foreground mt-2 mb-0">
If you did not request this email, you can safely ignore it. If you did not request this email, you can safely ignore it.

View File

@@ -1,5 +1,5 @@
--- ---
title: "Reset your password — sexy.pivoine.art" title: "Reset your password — sexy"
previewText: "You requested a password reset. Use the link below to set a new one." previewText: "You requested a password reset. Use the link below to set a new one."
--- ---

View File

@@ -1,5 +1,5 @@
--- ---
title: "Verify your email — sexy.pivoine.art" title: "Verify your email — sexy"
previewText: "Almost there — confirm your email address to activate your account." previewText: "Almost there — confirm your email address to activate your account."
--- ---

View File

@@ -1,5 +1,5 @@
/** /**
* Server-side logging utility for sexy.pivoine.art * Server-side logging utility for sexy
* Provides structured logging with context and request tracing * Provides structured logging with context and request tracing
*/ */
@@ -20,7 +20,7 @@ interface LogContext {
class Logger { class Logger {
private isDev = process.env.NODE_ENV === "development"; private isDev = process.env.NODE_ENV === "development";
private serviceName = "sexy.pivoine.art"; private serviceName = "sexy";
private formatLog(ctx: LogContext): string { private formatLog(ctx: LogContext): string {
const { timestamp, level, message, context, requestId, userId, path, method, duration, error } = const { timestamp, level, message, context, requestId, userId, path, method, duration, error } =
@@ -126,7 +126,7 @@ class Logger {
}; };
console.log("\n" + "=".repeat(60)); console.log("\n" + "=".repeat(60));
console.log("🍑 sexy.pivoine.art - Server Starting 💜"); console.log("🍑 sexy - Server Starting 💜");
console.log("=".repeat(60)); console.log("=".repeat(60));
console.log("\n📋 Environment Configuration:"); console.log("\n📋 Environment Configuration:");
Object.entries(env).forEach(([key, value]) => { Object.entries(env).forEach(([key, value]) => {