This repository has been archived by the owner on May 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use new Process Steps API for Sitemap (#60)
* feat: favicon * feat: use new Process Steps API for Sitemap
- Loading branch information
Showing
7 changed files
with
887 additions
and
620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,5 @@ yarn-error.log* | |
|
||
# generated files | ||
*.tsbuildinfo | ||
src/generated/ | ||
src/generated/ | ||
/public/favicon.ico |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { Head, Html, Main, NextScript } from "next/document"; | ||
|
||
export default function Document() { | ||
return ( | ||
<Html> | ||
<Head> | ||
<link rel="icon" href="/favicon.ico" /> | ||
</Head> | ||
<body> | ||
<Main /> | ||
<NextScript /> | ||
</body> | ||
</Html> | ||
); | ||
} |
Oops, something went wrong.
c5be768
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
utrecht-huwelijksplanner – ./
utrecht-huwelijksplanner.vercel.app
utrecht-huwelijksplanner-git-main-frameless.vercel.app
utrecht-huwelijksplanner-frameless.vercel.app
utrecht-huwelijksplanner.frameless.io