Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
www
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
www
Commits
3b9383ad
Commit
3b9383ad
authored
Apr 23, 2021
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Hydra
parent
bc122b56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
hydra.js
next/pages/hydra.js
+14
-10
No files found.
next/pages/hydra.js
View file @
3b9383ad
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>
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment