Skip to content

Commit

Permalink
⚰️ Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
penrodlol committed Jun 7, 2024
1 parent 73a0593 commit 3393095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default defineConfig({
PUBLIC_JOB_NAME: envField.string({ context: 'server', access: 'public' }),
PUBLIC_COLLEGE_LINK: envField.string({ context: 'server', access: 'public' }),
PUBLIC_COLLEGE_NAME: envField.string({ context: 'server', access: 'public' }),
GITHUB_TOKEN: envField.string({ context: 'server', access: 'secret' }),
},
},
},
Expand Down

0 comments on commit 3393095

Please sign in to comment.