Skip to content

Commit 61572ff

Browse files
committed
assest nameing conflict
1 parent b1d3a67 commit 61572ff

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/generate/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const Generate: React.FC = () => {
170170

171171
try {
172172
const qrCodeDataUrl = await QRCode.toDataURL(qrCodeData, qrCodeOptions)
173-
const existingPdfBytes = await fetch("/template.pdf").then((res) => res.arrayBuffer())
173+
const existingPdfBytes = await fetch("/template-serverless.pdf").then((res) => res.arrayBuffer())
174174
const pdfDoc = await PDFDocument.load(existingPdfBytes)
175175
const pages = pdfDoc.getPages()
176176
const firstPage = pages[0]

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function Home() {
8686
</div>
8787
<div className="relative w-full h-80 sm:h-[400px] my-8" data-aos="zoom-in" data-aos-delay="400">
8888
<Image
89-
src="/sampletag.png"
89+
src="/sampletag-s.png"
9090
alt="OpenTag Serverless Example"
9191
className="rounded-lg object-contain"
9292
fill

public/opentag.png

-285 KB
Binary file not shown.

0 commit comments

Comments
 (0)