-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor server routes for better handling of static files
- Loading branch information
1 parent
141c7bd
commit a10cc7f
Showing
4 changed files
with
38 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link href="https://fonts.googleapis.com/css?family=Work+Sans:300,500,600" rel="stylesheet"/><link href="https://fonts.googleapis.com/css?family=Poppins:600" rel="stylesheet"/><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/favicon.ico"/><title>ravenous</title><script defer="defer" src="/static/js/main.b75d2832.js"></script><link href="/static/css/main.62f3928e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width,initial-scale=1,shrink-to-fit=no" | ||
/> | ||
<meta name="theme-color" content="#000000" /> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Work+Sans:300,500,600" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://fonts.googleapis.com/css?family=Poppins:600" | ||
rel="stylesheet" | ||
/> | ||
<link rel="manifest" href="/manifest.json" /> | ||
<link rel="shortcut icon" href="/favicon.ico" /> | ||
<title>ravenous</title> | ||
<script defer="defer" src="/static/js/main.b75d2832.js"></script> | ||
<link href="/static/css/main.62f3928e.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a10cc7f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ravenouseats – ./
ravenouseats.vercel.app
ravenouseats-vincentphung.vercel.app
ravenouseats-git-codespace-vincentphung.vercel.app