Skip to content

Commit

Permalink
Merge branch 'main' into broad-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diazlp authored Apr 21, 2022
2 parents 7e54960 + 7e0623d commit 2d8114f
Show file tree
Hide file tree
Showing 7 changed files with 1,441 additions and 181 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ coverage
*.njsproj
*.sln
*.sw?

# Firebase
.firebaserc
.firebase/
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Roboto:wght@400;700&display=swap"
rel="stylesheet"
/>
<script src="https://unpkg.com/@egjs/[email protected]/dist/flicking.pkgd.min.js"></script>
<link
rel="stylesheet"
href="https://unpkg.com/@egjs/[email protected]/dist/flicking.css"
/>
<title>Travel10 App</title>
<script
type="text/javascript"
Expand Down
Loading

0 comments on commit 2d8114f

Please sign in to comment.