Skip to content

Commit

Permalink
Merge pull request #84 from oakstudios/pre-launch
Browse files Browse the repository at this point in the history
Pre launch
  • Loading branch information
danielgamage committed Aug 12, 2022
2 parents 010717b + 82c3aaa commit c5f0b0c
Show file tree
Hide file tree
Showing 180 changed files with 322 additions and 25,491 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
SOURCE: ./build/
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}
TARGET: ${{ secrets.REMOTE_TARGET }}
33 changes: 0 additions & 33 deletions data/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,11 @@ const sponsors = {
name: "VPS Server",
light: true,
},
{
url: "https://www.betrugstest.com/",
logo: require("../public/sponsors/betrugstest-com.png"),
name: "Betrugstest.com",
light: true,
}, // Custom/other
{
url: "https://mask.io/",
logo: require("../public/sponsors/mask-network.png"),
name: "Mask Network",
}, // Custom/other
{
url: "https://www.bestcasinosites.net",
logo: require("../public/sponsors/bcs-white.png"),
name: "bestcasinosites.net",
light: true,
}, // Custom/other
{
url: "https://www.bestecasinosonline.at/",
name: "Online Casino Österreich",
Expand All @@ -81,11 +69,6 @@ const sponsors = {
logo: require("../public/sponsors/sistersites-logo.png"),
name: "sister-sites.co.uk",
}, // Custom
{
url: "https://schnellno.de/",
logo: require("../public/sponsors/schnellnode.png"),
name: "Schnell Node",
}, // Custom
{
url: "https://masto.host/",
logo: require("../public/sponsors/MH-horizontal-white.png"),
Expand Down Expand Up @@ -128,11 +111,6 @@ const sponsors = {
name: "OnlineCasinos.net",
logo: require("../public/sponsors/onlinecasinos.a2791b0.png"),
}, // Custom
{
url: "https://topaussiecasinos.com/",
logo: require("../public/sponsors/casino-hex-au.png"),
name: "CasinoHEX Australia",
}, // Custom
{
url: "https://wideangle.co",
logo: require("../public/sponsors/wide-angle-analytics.webp"),
Expand Down Expand Up @@ -160,12 +138,6 @@ const sponsors = {
logo: require("../public/sponsors/minitool.png"),
name: "MiniTool Partition Wizard",
},
{
url: "https://www.ivisa.com/photos",
logo: require("../public/sponsors/ivisa.png"),
name: "iVisa",
light: true,
},
{
url: "https://www.mysextoyguide.com/",
logo: require("../public/sponsors/mysextoyguide.jpg"),
Expand Down Expand Up @@ -202,11 +174,6 @@ const sponsors = {
logo: require("../public/sponsors/rapidessay_logo.png"),
name: "Rapid Essay",
},
{
url: "https://onlinecasinohex.nl/",
logo: require("../public/sponsors/casino-hex-nl.png"),
name: "CasinoHEX Nederland",
},
{
url: "https://hostnoc.com",
logo: require("../public/sponsors/hostnoc.png"),
Expand Down
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const { locales, defaultLocale } = require("./data/locales.js")
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
typescript: {
ignoreBuildErrors: true,
},
i18n: {
locales: locales.map((l) => l.code),
defaultLocale,
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"recover": "node ./recoverTranslations.js"
},
"dependencies": {
"@tanstack/react-query": "^4.0.10",
"@tanstack/react-query": "^4.1.0",
"classnames": "^2.3.1",
"keen-slider": "^6.7.0",
"lodash": "^4.17.21",
"next": "12.2.0",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-inlinesvg": "^3.0.0",
"react-intl": "^6.0.4",
"sass": "^1.53.0"
"react-intl": "^6.0.5",
"sass": "^1.54.4"
},
"devDependencies": {
"@formatjs/cli": "^5.0.2",
"@formatjs/cli": "^5.0.7",
"@tailwindcss/line-clamp": "^0.4.0",
"@tanstack/react-query-devtools": "^4.0.10",
"@types/node": "^18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"@types/node": "^18.7.2",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"tailwindcss": "^3.1.5",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"tailwindcss-logical": "^3.0.0",
"typescript": "^4.7.4"
}
Expand Down
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const WhyMastodon = () => {
spacing: 16,
},
breakpoints: {
[`(min-width: ${fullConfig.theme.screens.md})`]: {
[`(min-width: ${fullConfig.theme.screens["md"]})`]: {
disabled: true,
},
},
Expand Down Expand Up @@ -365,10 +365,10 @@ const Testimonials = ({ testimonials }) => {
spacing: 16,
},
breakpoints: {
[`(min-width: ${fullConfig.theme.screens.md})`]: {
[`(min-width: ${fullConfig.theme.screens["md"]})`]: {
slides: { perView: 2, spacing: 16 },
},
[`(min-width: ${fullConfig.theme.screens.lg})`]: {
[`(min-width: ${fullConfig.theme.screens["lg"]})`]: {
slides: { perView: 3, spacing: 16 },
},
},
Expand Down
Loading

1 comment on commit c5f0b0c

@vercel
Copy link

@vercel vercel bot commented on c5f0b0c Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

joinmastodon – ./

joinmastodon-git-main-oakstudios.vercel.app
joinmastodon.vercel.app
joinmastodon-oakstudios.vercel.app

Please sign in to comment.