mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-26 18:44:57 +02:00
Fix broken build
This commit is contained in:
@@ -10,7 +10,7 @@ In gRPC, you start by defining service definitions and message structures in `.p
|
||||
|
||||
Here's an example of how that might look:
|
||||
|
||||
```protobuf
|
||||
```proto
|
||||
syntax = "proto3";
|
||||
|
||||
package example;
|
||||
|
@@ -8,7 +8,7 @@ import AstroIcon from "../../components/AstroIcon.astro";
|
||||
export async function getStaticPaths() {
|
||||
return [
|
||||
{
|
||||
params: { quizId: 'frontend' },
|
||||
params: { questionGroupId: 'frontend' },
|
||||
props: {},
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user