more updates to get vercel and cloudflare working

This commit is contained in:
Jeff Emmett 2025-11-10 11:48:33 -08:00
parent 119146e094
commit d3f2029521
13 changed files with 15 additions and 0 deletions

View File

@ -133,5 +133,6 @@ The Fathom transcript shape includes:

View File

@ -84,5 +84,6 @@ You can also manually edit the environment by:

View File

@ -261,5 +261,6 @@ export const LocationDashboard: React.FC = () => {

View File

@ -232,5 +232,6 @@ export const LocationMap: React.FC<LocationMapProps> = ({

View File

@ -174,5 +174,6 @@ export const LocationViewer: React.FC<LocationViewerProps> = ({ shareToken }) =>

View File

@ -141,5 +141,6 @@ export const ShareSettingsComponent: React.FC<ShareSettingsProps> = ({ onSetting

View File

@ -416,5 +416,6 @@

View File

@ -46,5 +46,6 @@ export interface GeolocationPosition {

View File

@ -28,5 +28,6 @@ export const LocationDashboardRoute: React.FC = () => {

View File

@ -28,5 +28,6 @@ export const LocationShareCreate: React.FC = () => {

View File

@ -42,5 +42,6 @@ export const LocationShareView: React.FC = () => {

View File

@ -63,5 +63,6 @@ echo " npm run dev"

View File

@ -3,6 +3,9 @@ compatibility_date = "2024-07-01"
name = "jeffemmett-canvas" name = "jeffemmett-canvas"
account_id = "0e7b3338d5278ed1b148e6456b940913" account_id = "0e7b3338d5278ed1b148e6456b940913"
# Cloudflare Pages configuration
pages_build_output_dir = "dist"
[vars] [vars]
# Environment variables are managed in Cloudflare Dashboard # Environment variables are managed in Cloudflare Dashboard
# Workers & Pages → jeffemmett-canvas → Settings → Variables # Workers & Pages → jeffemmett-canvas → Settings → Variables