소스 검색

feat: redirect fonts to cdn (take 2)

dwelle 1 년 전
부모
커밋
9723c3bbab
4개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      public/Assistant-Regular.woff2
  2. BIN
      public/Cascadia.woff2
  3. BIN
      public/Virgil.woff2
  4. 12 0
      vercel.json

BIN
public/Assistant-Regular.woff2


BIN
public/Cascadia.woff2


BIN
public/Virgil.woff2


+ 12 - 0
vercel.json

@@ -28,6 +28,18 @@
       "source": "/webex/:match*",
       "destination": "https://for-webex.excalidraw.com"
     },
+    {
+      "source": "/Virgil.woff2",
+      "destination": "https://excalidraw.nyc3.cdn.digitaloceanspaces.com/fonts/Virgil.woff2"
+    },
+    {
+      "source": "/Cascadia.woff2",
+      "destination": "https://excalidraw.nyc3.cdn.digitaloceanspaces.com/fonts/Cascadia.woff2"
+    },
+    {
+      "source": "/Assistant-Regular.woff2",
+      "destination": "https://excalidraw.nyc3.cdn.digitaloceanspaces.com/fonts/Assistant-Regular.woff2"
+    },
     {
       "source": "/:path*",
       "has": [