Skip to content

Commit 20b4c0e

Browse files
committed
upload output dir for gh pages
1 parent 22fe655 commit 20b4c0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+251
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_modules
33
.nuxt
44
.nitro
55
.cache
6-
.output
76
.env
87
.DS_Store
98

.output/nitro.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"date": "2024-11-26T08:40:10.891Z",
3+
"preset": "github-pages",
4+
"framework": {
5+
"name": "nuxt",
6+
"version": "3.14.1592"
7+
},
8+
"versions": {
9+
"nitro": "2.10.4"
10+
},
11+
"commands": {
12+
"preview": "npx serve ./public",
13+
"deploy": "npx gh-pages --dotfiles -d ./public"
14+
},
15+
"config": {}
16+
}

.output/public/.nojekyll

Whitespace-only changes.

.output/public/200.html

+14
Large diffs are not rendered by default.

.output/public/404.html

+14
Large diffs are not rendered by default.

.output/public/_nuxt/72czd9Y9.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{_ as o,o as r,c as s,A as t}from"./BBGZjNxc.js";const c={};function n(e,l){return r(),s("ol",null,[t(e.$slots,"default")])}const _=o(c,[["render",n]]);export{_ as default};

.output/public/_nuxt/7CsvMpK9.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/public/_nuxt/B9yUC3Pq.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{_ as o,o as r,c as s,A as t}from"./BBGZjNxc.js";const c={};function n(e,a){return r(),s("li",null,[t(e.$slots,"default")])}const _=o(c,[["render",n]]);export{_ as default};

.output/public/_nuxt/BBGZjNxc.js

+25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/public/_nuxt/BFpT5cJW.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{_ as r,o,c as t,A as s}from"./BBGZjNxc.js";const c={};function n(e,a){return o(),t("tr",null,[s(e.$slots,"default")])}const _=r(c,[["render",n]]);export{_ as default};

.output/public/_nuxt/BOxIiaWn.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/public/_nuxt/BP8AxnaF.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/public/_nuxt/BT8oHHSZ.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{_ as o,o as r,c as s,A as t}from"./BBGZjNxc.js";const c={};function n(e,a){return r(),s("em",null,[t(e.$slots,"default")])}const _=o(c,[["render",n]]);export{_ as default};

.output/public/_nuxt/BVOzOZ4G.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.output/public/_nuxt/BVReKsOR.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{_ as o,o as r,c as t,A as s}from"./BBGZjNxc.js";const a={};function c(e,n){return r(),t("table",null,[s(e.$slots,"default")])}const _=o(a,[["render",c]]);export{_ as default};

.output/public/_nuxt/Biy0KDdq.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)