Skip to content

Commit

Permalink
Couple more
Browse files Browse the repository at this point in the history
  • Loading branch information
molly committed Jan 31, 2024
1 parent 43fddbf commit 3d1c799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function CustomApp({ Component, pageProps }) {
<meta
property="og:image"
key="ogimage"
content="https://storage.googleapis.com/primary-web3/monkey-og.png"
content="https://primary-web3.storage.googleapis.com/monkey-og.png"
/>
<meta
property="og:image:alt"
Expand Down Expand Up @@ -85,7 +85,7 @@ function CustomApp({ Component, pageProps }) {
<meta
name="twitter:image"
key="twitterimage"
content="https://storage.googleapis.com/primary-web3/monkey-twitter.png"
content="https://primary-web3.storage.googleapis.com/monkey-twitter.png"
/>
<meta
name="twitter:image:alt"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/archive/[[...id]].js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BackBar from "../../components/BackBar";
import SimpleHeader from "../../components/SimpleHeader";
import Footer from "../../components/Footer";

const BUCKET_PATH = "https://storage.googleapis.com/tweet-archives";
const BUCKET_PATH = "https://tweet-archives.storage.googleapis.com";

export async function getServerSideProps(context) {
const props = {};
Expand Down

0 comments on commit 3d1c799

Please sign in to comment.