Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1d7320f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmwolmarans committed Aug 27, 2024
1 parent 48bec3e commit ff434e9
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "me",
"resources": {
"hash": "sha256-Oc/IfLo14SHGgiek2CrEgnxHaSvrLQaKdZuAmJfMjSg=",
"hash": "sha256-HmR376DAHYLSi66xQnitJ21rh41YoCwE9dqj7GgJE7g=",
"jsModuleNative": {
"dotnet.native.8.0.8.746giovk6l.js": "sha256-juC5sA7gHTLXFEhAKgdM2/RavswpwCtDfjYGsAz2FXg="
},
Expand All @@ -17,8 +17,8 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"me.shared.wasm": "sha256-6eCavCXbMw3pZJb+nSqc2pymGSmP9ZteN9dmva6O08Q=",
"me.wasm": "sha256-eyWVlQij43lUspX1vjg1qNWi7BvRZ0d4TjhlLl4zfdE=",
"me.shared.wasm": "sha256-lDp0hnMLF0GndyugHfAEZu7lfitsCi6IQhh/ouwEHAc=",
"me.wasm": "sha256-7TpZRLIvYlGXxm4Klf1mgsByzuSLWNc/PejM3z+4gng=",
"Microsoft.AspNetCore.Components.Forms.wasm": "sha256-TmnzBrAe5lLq5QwIlGkvZU1G0yPHi4e8vMFtBOUbFHs=",
"Microsoft.AspNetCore.Components.wasm": "sha256-PZr2JdjUMc6CX24jpdMQZdRgQwYSZL8DW2LydiXDuuA=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-IyV2KZ2tHRJHWqb9QOAfi7oOPR4FSGahdOhYEbvqJ4Y=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
Binary file modified _framework/me.pdb.gz
Binary file not shown.
Binary file modified _framework/me.shared.pdb.gz
Binary file not shown.
Binary file modified _framework/me.shared.wasm
Binary file not shown.
Binary file modified _framework/me.shared.wasm.br
Binary file not shown.
Binary file modified _framework/me.shared.wasm.gz
Binary file not shown.
Binary file modified _framework/me.wasm
Binary file not shown.
Binary file modified _framework/me.wasm.br
Binary file not shown.
Binary file modified _framework/me.wasm.gz
Binary file not shown.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@
<title>gjmwolmarans.me</title>
<base href="/" />
<link href="_content/Microsoft.FluentUI.AspNetCore.Components/css/reboot.css" rel="stylesheet" />
<link href="me.styles.css" rel="stylesheet">
<link rel="stylesheet" href="css/app.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="me.styles.css" rel="stylesheet" />
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "jqilrq322j");
</script>
<link href="_content/Syncfusion.Blazor.Themes/fluent.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
</head>

Expand Down

0 comments on commit ff434e9

Please sign in to comment.