Skip to content

Commit

Permalink
Added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
helloiamoliver authored Oct 27, 2023
1 parent 5b23fe2 commit d61cd03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(eleventySass);
eleventyConfig.setBrowserSyncConfig(browserSyncConfig);


eleventyConfig.addPassthroughCopy("src/static");

return {
dir: {
input: "src",
Expand Down
1 change: 1 addition & 0 deletions src/_includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }} | Oyster Errors</title>
<link rel="stylesheet" href="{{ '/css/main.css' | url }}" />
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
</head>
<body>
<header>
Expand Down
Binary file added src/static/favicon.ico
Binary file not shown.

0 comments on commit d61cd03

Please sign in to comment.