13 lines
301 B
Text
13 lines
301 B
Text
set $notion_url 'https://200242.notion.site';
|
|
|
|
location /-/transparency {
|
|
return 301 '${notion_url}/${notion_doc}';
|
|
}
|
|
|
|
location /-/overview {
|
|
return 301 '${notion_url}/${notion_doc}?v=${notion_view_overview}';
|
|
}
|
|
|
|
location /-/cost {
|
|
return 301 '${notion_url}/${notion_doc}?v=${notion_view_cost}';
|
|
}
|