Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Deploy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wal committed Jun 7, 2019
1 parent 4f6e128 commit a44fa6d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
16 changes: 10 additions & 6 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ env: flex

# [START handlers]
handlers:
- url: /
static_files: build/index.html
upload: build/index.html
- url: /
static_files: build/index.html
upload: build/index.html

- url: /(.*)
static_files: build/\1
upload: build/(.*)
- url: /(.*)
static_files: build/\1
upload: build/(.*)

- url: /favicon.ico
static_files: /favicon.ico
upload: /favicon.ico
# [END handlers]
Binary file removed public/cuHackingLogo.ico
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="dRXNLFeoRfY0Qt-13ag-psq52f2N6IV9dGDW1B4Kgek" />

<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/cuHackingLogo.ico" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<!-- Montserrat font -->
Expand Down
3 changes: 2 additions & 1 deletion src/assets/images/cuHackingLogo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a44fa6d

Please sign in to comment.