Procházet zdrojové kódy

feat: redirect fonts to cdn (take 2)

dwelle před 1 rokem
rodič
revize
9723c3bbab
4 změnil soubory, kde provedl 12 přidání a 0 odebrání
  1. binární
      public/Assistant-Regular.woff2
  2. binární
      public/Cascadia.woff2
  3. binární
      public/Virgil.woff2
  4. 12 0
      vercel.json

binární
public/Assistant-Regular.woff2


binární
public/Cascadia.woff2


binární
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": [