Skip to content

Commit 4aece7e

Browse files
committed
why did I try to do some frontend?
1 parent 70729c3 commit 4aece7e

5 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Deploy
33
on:
44
# Run this workflow whenever a new commit is pushed to main.
55
push: {branches: [main]}
6-
# Run this workflow once per day, at 10:15 UTC
7-
schedule: [{cron: "15 10 * * *"}]
8-
# Run this workflow when triggered manually in GitHub’s UI.
9-
workflow_dispatch: {}
106

117
jobs:
128
deploy:

apple-touch-icon.png

5.38 KB
Loading

favicon-16x16.png

401 Bytes
Loading

favicon-32x32.png

747 Bytes
Loading

observablehq.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
// ],
1818

1919
// Content to add to the head of the page, e.g. for a favicon:
20-
head: '<link rel="icon" href="favicon.png" type="image/png">',
20+
head: '<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">',
2121

2222
// The path to the source root.
2323
root: "src",

0 commit comments

Comments
 (0)