Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce HTTPS for Yodeck compatibility #19

Merged
merged 2 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Content designed for large-format touchscreens in high-traffic locations on OSU'
## Site URLs

- Production Deployment URL: https://osu-sustainability-office.github.io/sustainability-kiosks/#/
- Test Deployment URL: http://sustainability-kiosks.s3-website-us-west-2.amazonaws.com/#/
- Test Deployment URL (http): http://sustainability-kiosks.s3-website-us-west-2.amazonaws.com/#/
- Test Deployment URL's (https):
- https://sustainability-kiosks.s3.us-west-2.amazonaws.com/index.html#/
- https://sustainability-kiosks.s3.us-west-2.amazonaws.com/index.html#/sec

## Site Setup

Expand Down
2 changes: 1 addition & 1 deletion src/components/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<el-col> </el-col>
<el-col> </el-col>
<el-col>
<a href="http://fa.oregonstate.edu/sustainability"
<a href="https://fa.oregonstate.edu/sustainability"
><el-button id="myBtn">Sustainability Website</el-button></a
>
</el-col>
Expand Down
Loading