Skip to content

Commit

Permalink
Use jsdelivr CDN for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Sep 21, 2024
1 parent 5ce1602 commit 2aba260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SettingsTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { DEFAULT_SETTINGS, VALID_FRONT_MATTER_PROPERTIES } from "./Settings";
export class SettingsTab extends PluginSettingTab {
plugin: StravaSync;

readonly STRAVA_CONNECT_BUTTON_IMAGE_URL = "https://raw.githubusercontent.com/watsonbox/obsidian-strava-sync/refs/heads/master/assets/btn_strava_connectwith_orange@2x.png";
readonly STRAVA_POWERED_BY_IMAGE_URL = "https://raw.githubusercontent.com/watsonbox/obsidian-strava-sync/refs/heads/master/assets/api_logo_pwrdBy_strava_horiz_light.png";
readonly STRAVA_CONNECT_BUTTON_IMAGE_URL = "https://cdn.jsdelivr.net/gh/watsonbox/obsidian-strava-sync@latest/assets/btn_strava_connectwith_orange.png";
readonly STRAVA_POWERED_BY_IMAGE_URL = "https://cdn.jsdelivr.net/gh/watsonbox/obsidian-strava-sync@latest/assets/api_logo_pwrdBy_strava_horiz_light.png";

constructor(app: App, plugin: StravaSync) {
super(app, plugin);
Expand Down

0 comments on commit 2aba260

Please sign in to comment.