Skip to content

Commit

Permalink
deploy: 1edd844
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 27, 2024
1 parent ba1d6c9 commit ca1168f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2431cf059095ff418c12f91513490477
925cd632571a26a2eaa90f29780e24ae
2 changes: 1 addition & 1 deletion flutter_bootstrap.js

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

8 changes: 4 additions & 4 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"assets/AssetManifest.json": "75c877959edb7393dbbf422a9b4421a8",
"assets/AssetManifest.bin.json": "18f9120531ee400f6ce2fd257d85257f",
"index.html": "2be609d2393b69ebb72efb3982a0b3bf",
"/": "2be609d2393b69ebb72efb3982a0b3bf",
"manifest.json": "d3c57a92eba2adfa6d087cb87bcef156",
"index.html": "f6614df653e3a2928e1d0e123c205922",
"/": "f6614df653e3a2928e1d0e123c205922",
"manifest.json": "9fcc96eb8bd517d9e7c72c5e6b6547f9",
"canvaskit/canvaskit.js": "66177750aff65a66cb07bb44b8c6422b",
"canvaskit/canvaskit.js.symbols": "48c83a2ce573d9692e8d970e288d75f7",
"canvaskit/chromium/canvaskit.js": "671c6b4f8fcc199dcc551c7bb125f239",
Expand All @@ -64,7 +64,7 @@ const RESOURCES = {"flutter.js": "f393d3c16b631f36852323de8e583132",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "251f90cc845a222bbea7f987fe933088",
"flutter_bootstrap.js": "d826038ad4d5e0a2e134e29c911cf8a3"};
"flutter_bootstrap.js": "1426fa083564f33c7a6b04f9acebedd5"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="/hoc081098_portfolio/">
<base href="/profile/">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="hoc081098_portfolio">
<meta name="description" content="profile">

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="hoc081098_portfolio">
<meta name="apple-mobile-web-app-title" content="profile">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>hoc081098_portfolio</title>
<title>profile</title>
<link rel="manifest" href="manifest.json">

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "2225675012";
const serviceWorkerVersion = "432850801";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "hoc081098_portfolio",
"short_name": "hoc081098_portfolio",
"name": "profile",
"short_name": "profile",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "hoc081098_portfolio",
"description": "profile",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
Expand Down

0 comments on commit ca1168f

Please sign in to comment.