fix: manifest.json 403 - use Next.js manifest route, remove bak file, update middleware
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m34s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m34s
This commit is contained in:
@@ -39,7 +39,7 @@ const jetbrainsMono = JetBrains_Mono({
|
||||
export const metadata: Metadata = {
|
||||
title: "Memento - Your Digital Notepad",
|
||||
description: "A beautiful note-taking app built with Next.js 16",
|
||||
manifest: "/manifest.json",
|
||||
manifest: "/manifest.webmanifest",
|
||||
icons: {
|
||||
icon: "/icons/icon-512.svg",
|
||||
apple: "/icons/icon-512.svg",
|
||||
|
||||
Reference in New Issue
Block a user