Updated projects.astro

This commit is contained in:
Francisco Pessano
2025-07-13 20:35:23 -03:00
committed by GitHub
parent fd939e19c0
commit a1620f3591

View File

@@ -24,7 +24,7 @@ const projects = await loadTwitterProjects();
</script> </script>
</head> </head>
<body> <body>
<ProjectsView client:only projects={projects} /> <ProjectsView client:load projects={projects} />
</body> </body>
</html> </html>
</html> </html>