Skip to content

Commit

Permalink
add homepage to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhams167 committed Feb 11, 2024
1 parent a732993 commit b6b5a33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './build'
path: ./build
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "flowww",
"version": "0.1.0",
"private": true,
"homepage": "https://shubhams167.github.io/flowww",
"dependencies": {
"@headlessui/react": "^1.7.18",
"@testing-library/jest-dom": "^5.17.0",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Chatbot Flow Builder</title>
<title>Flowww | Chatbot Flow Builder</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit b6b5a33

Please sign in to comment.