This commit is contained in:
parent
402415f4ef
commit
85cb916369
4 changed files with 28 additions and 0 deletions
|
@ -16,6 +16,7 @@ module.exports = function (eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy("src/**/*.webp");
|
eleventyConfig.addPassthroughCopy("src/**/*.webp");
|
||||||
eleventyConfig.addPassthroughCopy("src/**/*.woff");
|
eleventyConfig.addPassthroughCopy("src/**/*.woff");
|
||||||
eleventyConfig.addPassthroughCopy("src/**/*.woff2");
|
eleventyConfig.addPassthroughCopy("src/**/*.woff2");
|
||||||
|
eleventyConfig.addPassthroughCopy("src/assets/img/**/*.svg");
|
||||||
|
|
||||||
eleventyConfig.addExtension(["11ty.jsx", "11ty.ts", "11ty.tsx"], {
|
eleventyConfig.addExtension(["11ty.jsx", "11ty.ts", "11ty.tsx"], {
|
||||||
key: "11ty.js",
|
key: "11ty.js",
|
||||||
|
|
1
src/assets/img/favicon.svg
Normal file
1
src/assets/img/favicon.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="394.241" height="396.94" viewBox="0 0 104.31 105.024"><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="M0 0h-294.18v-294.705H0M-1.494 7.389l.11-309.461" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 102.324 2.507)"/></g><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="M0 0v97.898h97.898V0" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 35.865 102.499)"/></g><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="M0 0v148.418" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 85.418 102.499)"/></g><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="M0 0v-148.418" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 19.458 52.133)"/></g><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="M0 0v-294.381" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 52.476 2.6)"/></g><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="m-2.098-4.472-97.898 74.02-97.898-74.02Z" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 85.631 52.583)"/></g><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="M0 0h294.18" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 2.495 27.465)"/></g><g style="stroke:#fd5e37;stroke-width:14.734;stroke-dasharray:none;stroke-opacity:1"><path d="M0 0v-40.72h-97.898" style="fill:none;stroke:#fd5e37;stroke-width:14.734;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="matrix(.33935 0 0 -.33935 85.631 2.507)"/></g></svg>
|
After Width: | Height: | Size: 2.7 KiB |
BIN
src/assets/img/screenshot.png
(Stored with Git LFS)
Normal file
BIN
src/assets/img/screenshot.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -57,6 +57,29 @@ export async function render(data) {
|
||||||
name="description"
|
name="description"
|
||||||
content="Alfadatizar alfadatiza alfadatizando."
|
content="Alfadatizar alfadatiza alfadatizando."
|
||||||
/>
|
/>
|
||||||
|
<link rel="icon" href="assets/img/favicon.svg" />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://staging.alfadatiz.ar/" />
|
||||||
|
<meta property="og:title" content="Alfadatizar" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Alfadatizar alfadatiza alfadatizando."
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="assets/img/screenshot.png" />
|
||||||
|
|
||||||
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
|
<meta
|
||||||
|
property="twitter:url"
|
||||||
|
content="https://staging.alfadatiz.ar/"
|
||||||
|
/>
|
||||||
|
<meta property="twitter:title" content="Alfadatizar" />
|
||||||
|
<meta
|
||||||
|
property="twitter:description"
|
||||||
|
content="Alfadatizar alfadatiza alfadatizando."
|
||||||
|
/>
|
||||||
|
<meta property="twitter:image" content="assets/img/screenshot.png" />
|
||||||
|
|
||||||
<style dangerouslySetInnerHTML={{ __html: css }}></style>
|
<style dangerouslySetInnerHTML={{ __html: css }}></style>
|
||||||
</head>
|
</head>
|
||||||
<body class="flex flex-col font-sans">
|
<body class="flex flex-col font-sans">
|
||||||
|
|
Reference in a new issue