Skip to content

Commit

Permalink
changed api host
Browse files Browse the repository at this point in the history
  • Loading branch information
harrybrwn committed Apr 12, 2023
1 parent c24e650 commit 448e531
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PUBLIC_API_HOST=https://api.hrry.dev
PUBLIC_API_HOST=https://api.hrry.me
PUBLIC_OIDC_URL=https://auth.hrry.dev
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,5 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export default defineConfig({
markdown: {
syntaxHighlight: "prism",
},
server: {
port: 80,
},
vite: {
plugins: [ViteYaml()],
build: {
Expand Down
2 changes: 1 addition & 1 deletion src/modified.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"2023-01-11T04:58:30.000Z"
],
"content/Free Will.md": [
"2023-04-05T07:23:04.622Z"
"2023-04-06T14:53:08.274Z"
],
"content/GPG.md": [
"2023-01-12T18:21:03.000Z"
Expand Down
1 change: 1 addition & 0 deletions src/pages/login.astro
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ import Loading from "~/components/Loading.astro";
handleError(err, form);
form.reset();
});
return;
}

form.addEventListener("submit", (e: SubmitEvent) => {
Expand Down

0 comments on commit 448e531

Please sign in to comment.