File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spotlight/src/electron/main
website/src/components/homepage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Store from "electron-store";
66import { autoUpdater } from "electron-updater" ;
77import { sentryBaseConfig } from "../../sentry-config" ;
88import { DEFAULT_PORT } from "../../server/constants" ;
9- import { clearBuffer , setupSpotlight } from "../../server/main" ;
9+ import { setupSpotlight } from "../../server/main" ;
1010
1111const __filename = fileURLToPath ( import . meta. url ) ;
1212const __dirname = path . dirname ( __filename ) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const { title, description } = Astro.props;
2525<html lang =" en" >
2626 <head >
2727 <meta charset =" utf-8" />
28- <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
28+ <link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" sizes = " any " />
2929 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
3030 <meta name =" generator" content ={ Astro .generator } />
3131 <title >{ title } </title >
You can’t perform that action at this time.
0 commit comments