Skip to content

Commit

Permalink
Update Qwik
Browse files Browse the repository at this point in the history
  • Loading branch information
robisim74 committed Nov 12, 2022
1 parent fe863af commit f50f80d
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 125 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default component$(() => {
);
});
```
### Scoped translation data
### Scoped translations
```mermaid
C4Container
Container_Boundary(a, "App") {
Expand Down
3 changes: 0 additions & 3 deletions adaptors/express/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export default extendConfig(baseConfig, () => {
},
},
plugins: [
expressAdaptor({
staticGenerate: true,
}),
],
};
});
Loading

0 comments on commit f50f80d

Please sign in to comment.