Commit 3b9383ad by PLN (Algolia)

fix: Hydra

parent bc122b56
import Image from "next/image";
import Link from "next/link";
import Head from "next/head";
import Layout from "../components/layout";
export async function getStaticProps(context) {
return {
......@@ -10,19 +11,22 @@ export async function getStaticProps(context) {
export default function Hydra() {
return (
<>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PLN's Hydra works</title>
</Head>
<div>
<h1>I create visuals with patterns</h1>
<Image
alt="Mountains"
src="/images/WIP_GaLactic.png"
layout="fill"
// width={700}
// height={475}
/>
</div>
<Layout>
<div>
<h1>I create visuals with patterns</h1>
<Image
alt="Mountains"
src="/images/WIP_GaLactic.png"
layout="fill"
// width={700}
// height={475}
/>
</div>
</Layout>
);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment