Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Apr 7, 2024
1 parent dd95ffa commit 291daa8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions assets/bootstrap-99OZCrVa.js → assets/bootstrap-C-35D-R3.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>

<link rel="icon" href='/yii-dev-panel/favicon.ico' />
<link rel="icon" type="image/png" sizes="32x32" href='/yii-dev-panel/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes="16x16" href='/yii-dev-panel/favicon-16x16.png'>
<link rel="icon" href='https://yiisoft.github.io/yii-dev-panel/favicon.ico' />
<link rel="icon" type="image/png" sizes="32x32" href='https://yiisoft.github.io/yii-dev-panel/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes="16x16" href='https://yiisoft.github.io/yii-dev-panel/favicon-16x16.png'>

<link rel="apple-touch-icon" sizes="192x192" href='/yii-dev-panel/android-chrome-192x192.png'>
<link rel="apple-touch-startup-image" sizes="512x512" href='/yii-dev-panel/android-chrome-512x512.png'/>
<link rel="apple-touch-icon" sizes="192x192" href='https://yiisoft.github.io/yii-dev-panel/android-chrome-192x192.png'>
<link rel="apple-touch-startup-image" sizes="512x512" href='https://yiisoft.github.io/yii-dev-panel/android-chrome-512x512.png'/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Yii Dev Panel">
<meta name="application-name" content="Yii Dev Panel">
Expand All @@ -28,7 +28,7 @@
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href='/yii-dev-panel/manifest.json' />
<link rel="manifest" href='https://yiisoft.github.io/yii-dev-panel/manifest.json' />
<!--
Notice the use of in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -39,8 +39,8 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Yii Dev Panel</title>
<script type="module" crossorigin src="/yii-dev-panel/bundle.js"></script>
<link rel="manifest" href="/yii-dev-panel/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/yii-dev-panel/registerSW.js"></script></head>
<script type="module" crossorigin src="https://yiisoft.github.io/yii-dev-panel/bundle.js"></script>
<link rel="manifest" href="https://yiisoft.github.io/yii-dev-panel/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="https://yiisoft.github.io/yii-dev-panel/registerSW.js"></script></head>
<body style="display: flex; flex-direction: column; min-height: 100vh; justify-content: space-between">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" style="flex: 1"></div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"@yiisoft/yii-dev-panel","short_name":"@yiisoft/yii-dev-panel","start_url":"/yii-dev-panel/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/yii-dev-panel/"}
{"name":"@yiisoft/yii-dev-panel","short_name":"@yiisoft/yii-dev-panel","start_url":"https://yiisoft.github.io/yii-dev-panel/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"https://yiisoft.github.io/yii-dev-panel/"}
2 changes: 1 addition & 1 deletion registerSW.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service-worker.js

Large diffs are not rendered by default.

0 comments on commit 291daa8

Please sign in to comment.