serve static assets from local public/ instead of static.officer.dev, simplify gmail history 404/410 handling
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { PixelGrid } from "@/components/PixelGrid";
|
||||
const landscapebg = 'https://static.officer.dev/landscape1.webp';
|
||||
const landscapebg = '/landscape1.webp';
|
||||
|
||||
export function Background() {
|
||||
return (
|
||||
|
||||
@@ -32,7 +32,7 @@ export function Header({ dockItems }: HeaderProps) {
|
||||
)}
|
||||
<Link to="/">
|
||||
<img
|
||||
src="https://static.officer.dev/officer-logo.svg"
|
||||
src="/officer-logo.svg"
|
||||
alt="Officer"
|
||||
className="h-8 md:h-12 w-auto"
|
||||
style={{ transform: 'skew(-15deg, -2deg)' }}
|
||||
|
||||
Reference in New Issue
Block a user