diff options
| author | Factiven <[email protected]> | 2023-09-13 00:45:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-13 00:45:53 +0700 |
| commit | 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef (patch) | |
| tree | cbcca777593a8cc4b0282e7d85a6fc51ba517e25 /pages/en/about.js | |
| parent | Update issue templates (diff) | |
| download | moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.tar.xz moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.zip | |
Update v4 - Merge pre-push to main (#71)
* Create build-test.yml
* initial v4 commit
* update: github workflow
* update: push on branch
* Update .github/ISSUE_TEMPLATE/bug_report.md
* configuring next.config.js file
Diffstat (limited to 'pages/en/about.js')
| -rw-r--r-- | pages/en/about.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pages/en/about.js b/pages/en/about.js index 9bd32ed..cfbee6b 100644 --- a/pages/en/about.js +++ b/pages/en/about.js @@ -8,9 +8,17 @@ export default function About() { <> <Head> <title>Moopa - About</title> + <meta name="title" content="About" /> + <meta + name="description" + content="Moopa is a platform where you can watch and stream anime or read + manga for free, without any ads or VPNs. Our mission is to provide + a convenient and enjoyable experience for anime and manga + enthusiasts all around the world." + /> <meta name="about" content="About this web" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="icon" href="/c.svg" /> + <link rel="icon" href="/svg/c.svg" /> </Head> <Layout> <motion.div |