Compare commits
4 Commits
81f60a8c38
...
publish-fi
Author | SHA1 | Date | |
---|---|---|---|
87ff818bf3 | |||
d3b1e4ec95 | |||
06d09aa91c | |||
c94ed82dba |
@ -26,4 +26,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
surfer put --token ${{ secrets.SURFER_TOKEN }} --server website.datacontroller.io public/* /
|
surfer put --token ${{ secrets.SURFER_TOKEN }} --server datacontroller.io public/* /
|
||||||
|
15490
package-lock.json
generated
15490
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -17,35 +17,35 @@
|
|||||||
"lint:fix": "npx prettier --write \"src/**/*.+(ts|tsx|js|jsx|json|css|scss)\" --ignore-path .gitignore"
|
"lint:fix": "npx prettier --write \"src/**/*.+(ts|tsx|js|jsx|json|css|scss)\" --ignore-path .gitignore"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@browniebroke/gatsby-image-gallery": "^6.2.0",
|
"@browniebroke/gatsby-image-gallery": "^8.2.0",
|
||||||
"@mdx-js/mdx": "^1.6.22",
|
"@mdx-js/mdx": "^3.0.1",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^3.0.1",
|
||||||
"babel-plugin-styled-components": "^1.12.0",
|
"babel-plugin-styled-components": "^2.1.4",
|
||||||
"gatsby": "^3.5.1",
|
"gatsby": "^5.13.6",
|
||||||
"gatsby-plugin-google-analytics": "^3.3.0",
|
"gatsby-plugin-google-analytics": "^5.13.1",
|
||||||
"gatsby-plugin-google-fonts": "^1.0.1",
|
"gatsby-plugin-google-fonts": "^1.0.1",
|
||||||
"gatsby-plugin-image": "^1.3.1",
|
"gatsby-plugin-image": "^3.13.1",
|
||||||
"gatsby-plugin-local-search": "^2.0.1",
|
"gatsby-plugin-local-search": "^2.0.1",
|
||||||
"gatsby-plugin-manifest": "^3.3.0",
|
"gatsby-plugin-manifest": "^5.13.1",
|
||||||
"gatsby-plugin-matomo": "0.13.0",
|
"gatsby-plugin-matomo": "0.16.2",
|
||||||
"gatsby-plugin-react-helmet": "^4.3.0",
|
"gatsby-plugin-react-helmet": "^6.13.1",
|
||||||
"gatsby-plugin-sharp": "^3.3.1",
|
"gatsby-plugin-sharp": "^5.13.1",
|
||||||
"gatsby-plugin-sitemap": "^3.3.0",
|
"gatsby-plugin-sitemap": "^6.13.1",
|
||||||
"gatsby-plugin-styled-components": "^4.3.0",
|
"gatsby-plugin-styled-components": "^6.13.1",
|
||||||
"gatsby-remark-embed-video": "^3.1.1",
|
"gatsby-remark-embed-video": "^3.2.1",
|
||||||
"gatsby-remark-images": "^4.2.0",
|
"gatsby-remark-images": "^7.13.1",
|
||||||
"gatsby-remark-responsive-iframe": "^4.2.1",
|
"gatsby-remark-responsive-iframe": "^6.13.1",
|
||||||
"gatsby-source-filesystem": "^3.3.0",
|
"gatsby-source-filesystem": "^5.13.1",
|
||||||
"gatsby-transformer-remark": "^4.0.0",
|
"gatsby-transformer-remark": "^6.13.1",
|
||||||
"gatsby-transformer-sharp": "^3.3.0",
|
"gatsby-transformer-sharp": "^5.13.1",
|
||||||
"nostr-tools": "^2.7.0",
|
"nostr-tools": "^2.7.0",
|
||||||
"react": "^17.0.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-helmet": "^6.1.0",
|
"react-helmet": "^6.1.0",
|
||||||
"react-icons": "^4.2.0",
|
"react-icons": "^5.2.1",
|
||||||
"react-share": "^4.4.0",
|
"react-share": "^5.1.0",
|
||||||
"react-use-flexsearch": "^0.1.1",
|
"react-use-flexsearch": "^0.1.1",
|
||||||
"styled-components": "^5.2.3",
|
"styled-components": "^6.1.11",
|
||||||
"tseep": "^1.2.1"
|
"tseep": "^1.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -318,7 +318,7 @@ export const Li = styled.li`
|
|||||||
export const StyledLink = styled((props) => <Link {...props} />)`
|
export const StyledLink = styled((props) => <Link {...props} />)`
|
||||||
padding-right: 0.8rem !important;
|
padding-right: 0.8rem !important;
|
||||||
padding-left: 0.8rem !important;
|
padding-left: 0.8rem !important;
|
||||||
color: white;
|
color: white !important;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
${LinkUnderlineStyles}
|
${LinkUnderlineStyles}
|
||||||
|
@ -63,7 +63,6 @@ const Contact: React.FC<PageProps<DataProps>> = ({ data, location }) => {
|
|||||||
<StyledHeading>Contact Us</StyledHeading>
|
<StyledHeading>Contact Us</StyledHeading>
|
||||||
|
|
||||||
<form
|
<form
|
||||||
className="kwes-form"
|
|
||||||
onSubmit={async (evt) => {
|
onSubmit={async (evt) => {
|
||||||
evt.preventDefault()
|
evt.preventDefault()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user