diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 422a1e1..d7775af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,5 +39,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@3.7.1 with: GITHUB_TOKEN: ${{ secrets.GT_TOKEN }} - BRANCH: master + BRANCH: gh-pages FOLDER: release/wwwroot diff --git a/README.md b/README.md index 8b13789..cb01457 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ +// DROPED +// FLUTTER SEEMS A BETTER OPTION + +// initial analysis on deploy + +Blazor - 23mb download - 20s initial load time +- 14 second after 1st load in mobile + +React - 1mb download - 5sec initial load time +1 second after 1st load + +Thoughts - poor performance on mobile. + +Blazor Todo list : +// Temporarily on hold