Skip to content

Commit 7024101

Browse files
authored
Fixed object syntax error
1 parent c835560 commit 7024101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function manifest(): MetadataRoute.Manifest {
44
return {
55
name: "ArsenTech's Blog Site",
66
short_name: "ArsenTech Blog",
7-
description: "Welcome to ArsenTech's Official Blog Site — your go-to hub for tech tutorials, antivirus comparisons, and in-depth guides for programmers, tech enthusiasts, and more tech related curious minds."
7+
description: "Welcome to ArsenTech's Official Blog Site — your go-to hub for tech tutorials, antivirus comparisons, and in-depth guides for programmers, tech enthusiasts, and more tech related curious minds.",
88
start_url: '/',
99
display: 'standalone',
1010
background_color: '#fff',

0 commit comments

Comments
 (0)