matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit c0d3f59f778e02632ed7cc1c47ce8d0c414668f5
parent 930e9b07dfc28593f03b5b6a2a1a4c129c9d66e5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  1 Mar 2022 02:20:22 +0100

Remove the mention of Deviantart

Diffstat:
MREADME.md | 2+-
Mpages/api/posts/feed.rss.ts | 2+-
Mpages/index.tsx | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -3,7 +3,7 @@ # Matrix-Art -Matrix Art is an experimental Devianart Fediverse version which tries to be close to Devianart. +Matrix-Art is an image gallery for Matrix. ![Screenshot](.github/images/screenshot.png) diff --git a/pages/api/posts/feed.rss.ts b/pages/api/posts/feed.rss.ts @@ -27,7 +27,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) res.setHeader("content-type", "application/rss+xml"); const feed = new Feed({ title: "Matrix-Art", - description: "Matrix-Art is a Deviantart style application for posting media based on Matrix.", + description: "Matrix-Art is an image gallery for Matrix.", id: "https://" + (req.headers.host ?? "art.midnightthoughts.space"), link: "https://" + (req.headers.host ?? "art.midnightthoughts.space"), language: "en", diff --git a/pages/index.tsx b/pages/index.tsx @@ -100,7 +100,7 @@ class Home extends PureComponent<Props, State>{ <meta property="og:title" content="Matrix Art | Home" key="og-title" /> <meta property="og:type" content="website" key="og-type" /> <script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(metadata) }} /> - <meta name="description" content="Matrix-Art is a Deviantart style application for posting media based on Matrix."></meta> + <meta name="description" content="Matrix-Art is an image gallery for Matrix."></meta> </Head> <div className='z-[100] sticky lg:top-20 top-[12.5rem] bg-[#fefefe]/[.95] dark:bg-[#12161D]'> <div className='h-16 px-10 w-full relative grid grid-cols-[1fr_auto_1fr] items-center' id='section-grid'>