diff --git a/FATHOM_INTEGRATION.md b/FATHOM_INTEGRATION.md index ecb162a..fd8e9b4 100644 --- a/FATHOM_INTEGRATION.md +++ b/FATHOM_INTEGRATION.md @@ -133,5 +133,6 @@ The Fathom transcript shape includes: + diff --git a/WORKER_ENV_GUIDE.md b/WORKER_ENV_GUIDE.md index 9a80005..e2a36ad 100644 --- a/WORKER_ENV_GUIDE.md +++ b/WORKER_ENV_GUIDE.md @@ -84,5 +84,6 @@ You can also manually edit the environment by: + diff --git a/src/components/location/LocationDashboard.tsx b/src/components/location/LocationDashboard.tsx index dbdf973..52ffa40 100644 --- a/src/components/location/LocationDashboard.tsx +++ b/src/components/location/LocationDashboard.tsx @@ -261,5 +261,6 @@ export const LocationDashboard: React.FC = () => { + diff --git a/src/components/location/LocationMap.tsx b/src/components/location/LocationMap.tsx index 8ee8a8e..b4d181f 100644 --- a/src/components/location/LocationMap.tsx +++ b/src/components/location/LocationMap.tsx @@ -232,5 +232,6 @@ export const LocationMap: React.FC = ({ + diff --git a/src/components/location/LocationViewer.tsx b/src/components/location/LocationViewer.tsx index 1d4c08b..6e21f82 100644 --- a/src/components/location/LocationViewer.tsx +++ b/src/components/location/LocationViewer.tsx @@ -174,5 +174,6 @@ export const LocationViewer: React.FC = ({ shareToken }) => + diff --git a/src/components/location/ShareSettings.tsx b/src/components/location/ShareSettings.tsx index 3e46393..bd50863 100644 --- a/src/components/location/ShareSettings.tsx +++ b/src/components/location/ShareSettings.tsx @@ -141,5 +141,6 @@ export const ShareSettingsComponent: React.FC = ({ onSetting + diff --git a/src/css/location.css b/src/css/location.css index 9eb28a2..748e757 100644 --- a/src/css/location.css +++ b/src/css/location.css @@ -416,5 +416,6 @@ + diff --git a/src/lib/location/types.ts b/src/lib/location/types.ts index 0e1c795..afebced 100644 --- a/src/lib/location/types.ts +++ b/src/lib/location/types.ts @@ -46,5 +46,6 @@ export interface GeolocationPosition { + diff --git a/src/routes/LocationDashboardRoute.tsx b/src/routes/LocationDashboardRoute.tsx index 94bea2c..c242039 100644 --- a/src/routes/LocationDashboardRoute.tsx +++ b/src/routes/LocationDashboardRoute.tsx @@ -28,5 +28,6 @@ export const LocationDashboardRoute: React.FC = () => { + diff --git a/src/routes/LocationShareCreate.tsx b/src/routes/LocationShareCreate.tsx index 6a11664..eea6129 100644 --- a/src/routes/LocationShareCreate.tsx +++ b/src/routes/LocationShareCreate.tsx @@ -28,5 +28,6 @@ export const LocationShareCreate: React.FC = () => { + diff --git a/src/routes/LocationShareView.tsx b/src/routes/LocationShareView.tsx index 77ce651..acbe700 100644 --- a/src/routes/LocationShareView.tsx +++ b/src/routes/LocationShareView.tsx @@ -42,5 +42,6 @@ export const LocationShareView: React.FC = () => { + diff --git a/switch-worker-env.sh b/switch-worker-env.sh index 8483732..c31da61 100644 --- a/switch-worker-env.sh +++ b/switch-worker-env.sh @@ -63,5 +63,6 @@ echo " npm run dev" + diff --git a/wrangler.toml b/wrangler.toml index 7a1b61e..5ff78de 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,6 +3,9 @@ compatibility_date = "2024-07-01" name = "jeffemmett-canvas" account_id = "0e7b3338d5278ed1b148e6456b940913" +# Cloudflare Pages configuration +pages_build_output_dir = "dist" + [vars] # Environment variables are managed in Cloudflare Dashboard # Workers & Pages → jeffemmett-canvas → Settings → Variables