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

Update firebase.json to include estimating worksheet #264

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,13 @@
"source": "/dkan",
"destination": "https://getdkan.org/",
"type": 301
},
{
"source": "/estimating-worksheet",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest we move this and other open practices under a common base path (probably /open). This will enable us to replace all of these with landing/info pages at some future date if we want, rather than having to route a bunch of top level paths.

"destination": "https://docs.google.com/spreadsheets/d/1FrPU7I_VeeCZxRkATyLrP_VbXGBdYn3qXcCu1VtMx_o",
"type": 301
}

],
"headers": [
{
Expand Down
Loading