Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_ss23_gameunity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Yusuf Akgül
project_ss23_gameunity
Commits
b4cee57c
Commit
b4cee57c
authored
1 year ago
by
Yusuf Akgül
Browse files
Options
Downloads
Patches
Plain Diff
move favicon to public for npm run build error and show 40 instead of 10 games
parent
73d6153d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#31572
failed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/games/page.tsx
+1
-1
1 addition, 1 deletion
app/games/page.tsx
public/favicon.ico
+0
-0
0 additions, 0 deletions
public/favicon.ico
with
1 addition
and
1 deletion
app/games/page.tsx
+
1
−
1
View file @
b4cee57c
...
...
@@ -18,7 +18,7 @@ export default async function GamesList() {
'
Client-ID
'
:
`
${
process
.
env
.
IMDB_CLIENT_ID
}
`
,
'
Authorization
'
:
`
${
process
.
env
.
IMDB_AUTH
}
`
,
},
body
:
`fields name,cover.*; limit
1
0; where cover != null;`
,
body
:
`fields name,cover.*; limit
4
0; where cover != null;`
,
});
const
data
:
DetailViewArray
=
await
res
.
json
()
...
...
This diff is collapsed.
Click to expand it.
app
/favicon.ico
→
public
/favicon.ico
+
0
−
0
View file @
b4cee57c
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment