0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-13 11:48:37 +09:00

Avoid using next/image

This commit is contained in:
2021-12-11 19:19:50 +09:00
parent 24327251ee
commit 99f776b861
7 changed files with 7 additions and 17 deletions

View File

@@ -1,11 +1,10 @@
import React, { useState, useEffect } from 'react';
import Image from 'next/image'
function App (props) {
const uuid = props;
return (
<Image
<img
src={"https://crafatar.com/renders/body/" + uuid.uuid}
width={110}
height={250}