Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update siteData #23

Merged
merged 3 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import vercel from '@astrojs/vercel';

// https://astro.build/config
export default defineConfig({
site: "https://positivustheme.vercel.app",
integrations: [tailwind()],
output: 'server',
adapter: vercel(),
Expand Down
8 changes: 4 additions & 4 deletions src/data/siteData.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Servicios de diseño y desarrollo de aplicaciones web",
"description": "Este sitio web es un portafolio de servicios de diseño y desarrollo de aplicaciones web. Aquí encontrarás información sobre los servicios que ofrecemos, los proyectos en los que hemos trabajado y cómo puedes contactarnos.",
"title": "Positivus",
"description": "Positivus is a simple and minimalistic blog theme for Ghost. It is designed to be a perfect starting point for your blog project.",
"image": {
"src": "https://master--kreatif-software.netlify.app/og.png",
"alt": "Imagen del logo de Kreatif Software"
"src": "https://github.com/manulthanura/Positivus/raw/main/public/cover.png",
"alt": "Positivus"
}
}
2 changes: 1 addition & 1 deletion src/layouts/MainHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ const { title, description, image, frontmatter, robots } = Astro.props;
/>

<!-- Preconnect fonts, images... -->
</head>
</head>