chore: remove sexy.pivoine.art
This commit is contained in:
@@ -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">
|
||||||
© {{ new Date().getFullYear() }} sexy.pivoine.art — For adults only (18+)
|
© {{ new Date().getFullYear() }} sexy — 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.
|
||||||
|
|||||||
@@ -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."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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]) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user