Skip to content

Commit cb9f047

Browse files
Merge pull request #308 from appwrite/fix-pink-version-specifier
fix: pink version specifier
2 parents 3ff5b61 + f60914d commit cb9f047

File tree

53 files changed

+106
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+106
-106
lines changed

bun/sync-with-meilisearch/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515
<body class="theme-dark">
1616
<main class="main-content">

bun/sync-with-qdrant/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515

1616
<body class="theme-dark">

bun/whatsapp-with-vonage/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>WhatsApp Bot with Vonage</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111
</head>
1212
<body class="theme-dark">
1313
<main class="main-content">

dart/censor_with_redact/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

dart/prompt_chatgpt/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

dart/whatsapp_with_vonage/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>WhatsApp Bot with Vonage</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111
</head>
1212
<body class="theme-dark">
1313
<main class="main-content">

deno/sync-with-meilisearch/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515
<body class="theme-dark">
1616
<main class="main-content">

deno/whatsapp-with-vonage/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>WhatsApp Bot with Vonage</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111
</head>
1212
<body class="theme-dark">
1313
<main class="main-content">

kotlin/sync-with-meilisearch/src/Utils.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ object Utils {
2828
<script src="https://unpkg.com/[email protected]"></script>
2929
<script src="https://unpkg.com/alpinejs" defer></script>
3030
31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
3232
<link
3333
rel="stylesheet"
34-
href="https://unpkg.com/@appwrite.io/pink-icons"
34+
href="https://unpkg.com/@appwrite.io/pink-icons@0"
3535
/>
3636
</head>
3737
<body class="theme-dark">

node-typescript/sync-with-meilisearch/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515
<body class="theme-dark">
1616
<main class="main-content">

node-typescript/sync-with-qdrant/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515

1616
<body class="theme-dark">

node-typescript/whatsapp-with-vonage/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>WhatsApp Bot with Vonage</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
1010
<link
1111
rel="stylesheet"
12-
href="https://unpkg.com/@appwrite.io/pink-icons"
12+
href="https://unpkg.com/@appwrite.io/pink-icons@0"
1313
/>
1414
</head>
1515
<body class="theme-dark">

node/analyze-with-perspectiveapi/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/censor-with-redact/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/chat-with-anyscale/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body>
3535
<main class="main-content">

node/chat-with-perplexity-ai/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/email-contact-form/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Email Contact Form</title>
8-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
8+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1010
</head>
1111
<body class="theme-dark">
1212
<main class="main-content">

node/email-contact-form/static/success.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Email Contact Form</title>
8-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
8+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1010
</head>
1111
<body class="theme-dark">
1212
<main class="main-content">

node/generate-with-fal/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434

3535
<body class="theme-dark">

node/generate-with-replicate/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434

3535
<body class="theme-dark">

node/generate-with-together-ai/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434

3535
<body>

node/language-translation-with-huggingface/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/payments-with-lemon-squeezy/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Lemon Squeezy Payments demo</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111

1212
<script src="//unpkg.com/alpinejs" defer></script>
1313
</head>

node/payments-with-stripe/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Stripe Payments demo</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111

1212
<script src="//unpkg.com/alpinejs" defer></script>
1313
</head>

node/prompt-chatgpt/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/rag-with-langchain/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/speak-with-elevenlabs/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/speak-with-lmnt/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body>
3535
<main class="main-content">

node/subscriptions-with-lemon-squeezy/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Lemon Squeezy Subscriptions demo</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111

1212
<script
1313
defer

node/subscriptions-with-stripe/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Stripe Subscriptions demo</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111

1212
<script
1313
defer

node/sync-with-algolia/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
rel="stylesheet"
1313
href="https://unpkg.com/[email protected]/themes/satellite-min.css"
1414
/>
15-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
16-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
15+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
16+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1717
</head>
1818
<body class="theme-dark">
1919
<main class="main-content">

node/sync-with-meilisearch/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515
<body class="theme-dark">
1616
<main class="main-content">

node/sync-with-pinecone/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515
<body class="theme-dark">
1616
<main class="main-content">

node/sync-with-qdrant/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<script src="https://unpkg.com/[email protected]"></script>
1010
<script src="https://unpkg.com/alpinejs" defer></script>
1111

12-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
13-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
12+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
13+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1414
</head>
1515

1616
<body class="theme-dark">

node/text-generation-with-huggingface/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
<script src="//unpkg.com/alpinejs" defer></script>
3030

31-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
32-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
31+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
32+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
3333
</head>
3434
<body class="theme-dark">
3535
<main class="main-content">

node/whatsapp-with-vonage/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>WhatsApp Bot with Vonage</title>
88

9-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink" />
10-
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons" />
9+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink@0" />
10+
<link rel="stylesheet" href="https://unpkg.com/@appwrite.io/pink-icons@0" />
1111
</head>
1212
<body class="theme-dark">
1313
<main class="main-content">

0 commit comments

Comments
 (0)