Skip to content

Commit

Permalink
Merge pull request #10 from AurelienLourot/quality/ci-external-prs
Browse files Browse the repository at this point in the history
Trivial changes
  • Loading branch information
magne4000 authored Aug 26, 2023
2 parents 5af39f1 + 3e0a4eb commit d3e42c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI
on:
- push
- pull_request

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion vike-solid/renderer/+config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Component } from "./types.js";
import type { Effect } from "vite-plugin-ssr/types";

export type Config = ConfigCore & {
/** Solid element renderer and appended into <head></head> */
/** Solid element renderer and appended into <head></head> */
Head?: Component;
Layout?: Component;
title?: string;
Expand Down

0 comments on commit d3e42c4

Please sign in to comment.