1

Testing geofeed proxy

This commit is contained in:
Evan Pratten 2023-05-22 11:19:42 -04:00
parent ada56214c0
commit 205ed1dcaf
6 changed files with 12 additions and 1 deletions

1
_headers Symbolic link
View File

@ -0,0 +1 @@
./static/_headers

1
_redirects Symbolic link
View File

@ -0,0 +1 @@
./static/_redirects

1
functions Symbolic link
View File

@ -0,0 +1 @@
./static/functions

View File

@ -1 +0,0 @@
/geofeed.csv https://docs.google.com/spreadsheets/d/e/2PACX-1vQt0iQi7wFZ9tNSFuMSTdZtT10cbtJFTaSp0OHvXH5O4Im9xG0_SuKNDsLeiEUqVppiNFoTN1reGDXy/pub?gid=391960727&single=true&output=csv 200

5
static/_routes.json Normal file
View File

@ -0,0 +1,5 @@
{
"version": 1,
"include": ["/*"],
"exclude": []
}

View File

@ -0,0 +1,4 @@
export function onRequest(context) {
return fetch("https://docs.google.com/spreadsheets/d/e/2PACX-1vQt0iQi7wFZ9tNSFuMSTdZtT10cbtJFTaSp0OHvXH5O4Im9xG0_SuKNDsLeiEUqVppiNFoTN1reGDXy/pub?gid=391960727&single=true&output=csv")
}