Skip to content

Commit b3017bb

Browse files
authored
Merge pull request #43 from iamtatsuki05/feature/fix_favicon_settings
feat: update favicon settings and remove deprecated scripts
2 parents 7053122 + 3988259 commit b3017bb

File tree

14 files changed

+25
-94
lines changed

14 files changed

+25
-94
lines changed

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config: StorybookConfig = {
77
'@storybook/addon-essentials',
88
'@storybook/addon-interactions',
99
],
10-
staticDirs: ['../public'],
10+
staticDirs: ['../public', '../src/app'],
1111
framework: {
1212
name: '@storybook/nextjs',
1313
options: {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"private": true,
55
"packageManager": "bun@1.1.24",
66
"scripts": {
7-
"dev": "bun scripts/ensure-favicon.ts && next dev",
8-
"build": "bun scripts/ensure-favicon.ts && next build && next-image-export-optimizer && bun scripts/generate-rss.ts",
7+
"dev": "next dev",
8+
"build": "next build && next-image-export-optimizer && bun scripts/generate-rss.ts",
99
"start": "serve out -p 3000",
1010
"lint": "eslint .",
1111
"test": "bun run vitest:run && bun run e2e:run",
1212
"vitest:run": "vitest run --pool threads --poolOptions.threads.singleThread",
1313
"vitest:watch": "vitest",
14-
"e2e:dev": "bun scripts/ensure-favicon.ts && next dev --port 3000",
14+
"e2e:dev": "next dev --port 3000",
1515
"e2e:install": "bunx cypress install",
1616
"e2e:run": "bun run e2e:install && bunx start-server-and-test \"bun run e2e:dev\" http://127.0.0.1:3000 \"bunx cypress run --e2e --browser chrome\"",
1717
"e2e:open": "bun run e2e:install && bunx start-server-and-test \"bun run e2e:dev\" http://127.0.0.1:3000 \"bunx cypress open --e2e\"",

public/apple-touch-icon.png

-15.8 KB
Binary file not shown.

public/favicon-16x16.png

-7.31 KB
Binary file not shown.

public/favicon-32x32.png

-9.01 KB
Binary file not shown.

public/icon-192x192.png

80.6 KB
Loading

public/icon-512x512.png

407 KB
Loading

scripts/ensure-favicon.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

scripts/utils/favicon.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/app/apple-icon.png

73.4 KB
Loading

0 commit comments

Comments
 (0)