Skip to content

Commit

Permalink
Remove amp attribute in app.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Bae Joon Hoo authored Feb 23, 2024
1 parent 3332896 commit fdad05a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!doctype html>

<html lang="en" amp>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="/favicon.png" />
<meta property="og:url" content="https://boost.rappytv.com/" />
<meta property="og:type" content="website" />
<meta property="theme-color" content="#f8bef8" />
<meta property="og:site_name" content="✨ Boost Notifications" />
<meta property="og:description" content="The best way to get notified when your members boost your server." />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="/favicon.png" />
<meta property="og:url" content="https://boost.rappytv.com/" />
<meta property="og:type" content="website" />
<meta property="theme-color" content="#f8bef8" />
<meta property="og:site_name" content="✨ Boost Notifications" />
<meta property="og:description" content="The best way to get notified when your members boost your server." />

%sveltekit.head%
</head>
Expand Down

0 comments on commit fdad05a

Please sign in to comment.