We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b289324 commit ffab70dCopy full SHA for ffab70d
3 files changed
.gitattributes
@@ -5,3 +5,6 @@ _framework/** binary
5
*.dll binary
6
*.pdb binary
7
*.js binary
8
+*.dat binary
9
+*.json binary
10
+*.blat binary
.github/workflows/static.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: SteveSandersonMS/ghaction-rewrite-base-href@5b54862a8831e012d4f1a8b2660894415fdde8ec # v1.1.0
52
with:
53
html_path: ${{ env.PUBLISH_DIR }}/index.html
54
- base_href: /blazor-samples/
+ base_href: /Drogecode.Blazor.ExpireStorage/
55
56
- name: Setup Pages
57
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Demo/ExpireStorage.Demo/.gitattributes
0 commit comments