Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 15, 2025
1 parent 1d56cf2 commit 99b512e
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .astro/data-store.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.1.4","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"HTTP://localhost\",\"compressHTML\":false,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":9999},\"server\":{\"open\":false,\"host\":true,\"port\":9999,\"streaming\":true},\"redirects\":{},\"prefetch\":{\"prefetchAll\":true,\"defaultStrategy\":\"hover\"},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":true,\"contentIntellisense\":true,\"responsiveImages\":false},\"legacy\":{\"collections\":false}}"]
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.1.7","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"HTTP://localhost\",\"compressHTML\":false,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":9999},\"server\":{\"open\":false,\"host\":true,\"port\":9999,\"streaming\":true},\"redirects\":{},\"prefetch\":{\"prefetchAll\":true,\"defaultStrategy\":\"hover\"},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{\"TOKEN_GITHUB_COMMIT\":{\"context\":\"server\",\"access\":\"secret\",\"optional\":false,\"default\":\"GitHub Token API Stream\",\"type\":\"string\"}},\"validateSecrets\":true},\"experimental\":{\"clientPrerender\":true,\"contentIntellisense\":true,\"responsiveImages\":false},\"legacy\":{\"collections\":false}}"]
2 changes: 1 addition & 1 deletion .astro/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
declare module 'astro:env/server' {
export const TOKEN_GITHUB_COMMIT: string;
}
}
1 change: 0 additions & 1 deletion .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
/// <reference path="env.d.ts" />
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ auto-install-peers=true
hoist=true
legacy-peer-deps=true
link-workspace-packages=true
node-linker=hoisted
node-linker=isolated
node_options=--max-old-space-size=32768
prefer-frozen-lockfile=false
prefer-workspace-packages=true
Expand Down
14 changes: 6 additions & 8 deletions Source/Function/Commit/Layout.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
// const { user, repo } = Astro.props;
const { user, repo } = Astro.props;
// const Last = await (
// await fetch(
// `https://api.github.com/repos/${user}/${repo}/commits?per_page=10`,
// )
// ).json();
const Last = await (
await fetch(
`https://api.github.com/repos/${user}/${repo}/commits?per_page=10`,
)
).json();
export interface Commit {
message: string;
Expand All @@ -17,8 +17,6 @@ export interface Commit {
};
html_url: string;
}
const Last: Commit[] = [];
---

<div>
Expand Down
18 changes: 9 additions & 9 deletions Target/.vite/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"_web.D_hp9GMo.js"
]
},
"../../../node_modules/astro/components/ClientRouter.astro?astro&type=script&index=0&lang.ts": {
"file": "_astro/ClientRouter.astro_astro_type_script_index_0_lang.DElhdQ9j.js",
"name": "ClientRouter.astro_astro_type_script_index_0_lang",
"src": "../../../node_modules/astro/components/ClientRouter.astro?astro&type=script&index=0&lang.ts",
"isEntry": true,
"imports": [
"_index.ftVfT69A.js"
]
},
"../../../node_modules/firebase/app/dist/esm/index.esm.js": {
"file": "_astro/index.esm.Bnaa-YML.js",
"name": "index.esm",
Expand Down Expand Up @@ -67,14 +76,5 @@
"imports": [
"_index.ftVfT69A.js"
]
},
"node_modules/astro/components/ClientRouter.astro?astro&type=script&index=0&lang.ts": {
"file": "_astro/ClientRouter.astro_astro_type_script_index_0_lang.DElhdQ9j.js",
"name": "ClientRouter.astro_astro_type_script_index_0_lang",
"src": "node_modules/astro/components/ClientRouter.astro?astro&type=script&index=0&lang.ts",
"isEntry": true,
"imports": [
"_index.ftVfT69A.js"
]
}
}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Target/index.html

Large diffs are not rendered by default.

0 comments on commit 99b512e

Please sign in to comment.