Skip to content

Commit

Permalink
feat: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Limtaehyun committed Nov 2, 2023
1 parent 1425983 commit c245b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>경소고 버스정보시스템</title>
<meta name="description" content="경북소프트웨어고등학교 귀가버스 관리 시스템">
<link rel="icon" href="/favicon.icon">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="mask-icon" href="/maskable-icon-512x512.png" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
react(),
VitePWA({
// injectRegister: 'auto',
registerType: 'autoUpdate',
registerType: 'prompt',
includeAssets: ['favicon.ico', 'apple-touch-icon-180x180.png', 'maskable-icon-512x512.png'],
manifest: {
name: '경소고 버스 정보 시스템',
Expand Down

0 comments on commit c245b89

Please sign in to comment.