Skip to content

Commit e0e50ac

Browse files
committed
pagic 0.7.10
1 parent b8ae02a commit e0e50ac

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
export DENO_INSTALL="/home/runner/.deno"
1818
export PATH="$DENO_INSTALL/bin:$PATH"
1919
deno --version
20-
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected].8/mod.ts
20+
deno install --unstable --allow-read --allow-write --allow-net -n pagic https://deno.land/x/[email protected].10/mod.ts
2121
pagic build
2222
2323
- name: Deploy

favicon.png

3.46 KB
Loading

pagic.config.ts renamed to pagic.config.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
// @deno-types="https://deno.land/x/types/react/v16.13.1/react.d.ts"
2+
import React from 'https://dev.jspm.io/[email protected]';
3+
14
export default {
25
srcDir: '.',
36
ignore: [/\/examples\//, /\/public\//, /\/\./, /\/package\-lock\.json/, /\/package\.json/, /\/pagic\.config\.ts/],
47
theme: 'docs',
58
plugins: ['sidebar', 'script', 'gitalk', 'ga'],
69
title: 'TypeScript 入门教程',
10+
head: <link rel="icon" type="image/png" href="/favicon.png" />,
711
sidebar: [
812
'README.md',
913
{

0 commit comments

Comments
 (0)