mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat: add clerk auth support with convex (#548)
This commit is contained in:
@@ -62,7 +62,7 @@ async function generateAnalyticsData() {
|
||||
try {
|
||||
console.log("🔄 Fetching analytics data...");
|
||||
|
||||
const response = await fetch("https://r2.amanv.dev/export.csv");
|
||||
const response = await fetch("https://r2.better-t-stack.dev/export.csv");
|
||||
let csvText = await response.text();
|
||||
|
||||
// Fix malformed CSV data - if it's all on one line, try to split it properly
|
||||
|
||||
Reference in New Issue
Block a user