Skip to content

Commit 7a66ede

Browse files
committed
Updates
1 parent 4f46afd commit 7a66ede

File tree

3 files changed

+33
-34
lines changed

3 files changed

+33
-34
lines changed

.github/workflows/github-pages-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ jobs:
1212
with:
1313
node-version: 18
1414
build-dir: dist
15-
target-branch: demo

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="shortcut icon" href="favicon.ico" />
1212
</head>
1313
<body>
14-
<main id="app" class="test" role="main">
14+
<main id="app" role="main">
1515
<header class="header">
1616
<h1 class="header-title">
1717
<a href="https://vlite.js.org/">

vlitejs.github.io.code-workspace

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,43 @@
33
{
44
"path": "."
55
}
6-
],
7-
"settings": {
8-
"editor.defaultFormatter": "esbenp.prettier-vscode",
9-
"[javascript][typescript][postcss][html][markdown][json][markdown]": {
10-
"editor.formatOnSave": true,
11-
"editor.tabSize": 4,
12-
"editor.rulers": [100]
13-
},
14-
"[yaml]": {
6+
],
7+
"settings": {
8+
"editor.defaultFormatter": "esbenp.prettier-vscode",
9+
"[javascript][typescript][postcss][html][markdown][json][markdown]": {
10+
"editor.formatOnSave": true,
11+
"editor.tabSize": 4,
12+
"editor.rulers": [100]
13+
},
14+
"[yaml]": {
1515
"editor.tabSize": 2,
1616
"editor.detectIndentation": true,
1717
"editor.insertSpaces": true,
1818
"editor.autoIndent": "none"
1919
},
20-
"editor.tabSize": 4,
21-
"files.associations": {
22-
"*.css": "postcss",
23-
"*.html": "html",
24-
"*.ts": "typescript",
25-
"*.json": "json",
20+
"editor.tabSize": 4,
21+
"files.associations": {
22+
"*.css": "postcss",
23+
"*.html": "html",
24+
"*.ts": "typescript",
25+
"*.json": "json",
2626
"*.yaml": "yaml",
2727
"*.yml": "yaml"
28-
},
29-
"files.trimTrailingWhitespace": true,
30-
"javascript.format.enable": false,
31-
"javascript.validate.enable": false,
32-
"typescript.validate.enable": false,
33-
"search.exclude": {
34-
"**/node_modules": true
35-
},
36-
"editor.rulers": [100]
37-
},
38-
"extensions": {
39-
"recommendations": [
40-
"esbenp.prettier-vscode",
41-
"dbaeumer.vscode-eslint",
42-
"mhmadhamster.postcss-language"
43-
]
44-
}
28+
},
29+
"files.trimTrailingWhitespace": true,
30+
"javascript.format.enable": false,
31+
"javascript.validate.enable": false,
32+
"typescript.validate.enable": false,
33+
"search.exclude": {
34+
"**/node_modules": true
35+
},
36+
"editor.rulers": [100]
37+
},
38+
"extensions": {
39+
"recommendations": [
40+
"esbenp.prettier-vscode",
41+
"dbaeumer.vscode-eslint",
42+
"mhmadhamster.postcss-language"
43+
]
44+
}
4545
}

0 commit comments

Comments
 (0)