1
0

chore: update deps, update hero section text

This commit is contained in:
2025-12-04 13:36:27 +01:00
parent 1361095a76
commit 8e736906c1
7 changed files with 2148 additions and 1027 deletions
+3
View File
@@ -0,0 +1,3 @@
.DS_Store
node_modules
dist
+12
View File
@@ -0,0 +1,12 @@
FROM node:lts AS runtime
WORKDIR /app
COPY . .
RUN npm install
RUN npm run build
ENV HOST=0.0.0.0
ENV PORT=4321
EXPOSE 4321
CMD ["node", "./dist/server/entry.mjs"]
+1104
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -10,13 +10,13 @@
},
"dependencies": {
"@astrojs/sitemap": "^3.6.0",
"@astrojs/vue": "^5.1.1",
"@astrojs/vue": "^5.1.3",
"@astrolib/seo": "1.0.0-beta.8",
"astro": "^5.14.1",
"astro": "^5.16.4",
"astro-ai-robots-txt": "^0.1.2",
"astro-remove-comments": "^0.0.1",
"astro-robots-txt": "^1.0.0",
"gsap": "^3.13.0",
"vue": "^3.5.22"
"vue": "^3.5.25"
}
}
+1017 -1021
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -0,0 +1,3 @@
onlyBuiltDependencies:
- esbuild
- sharp
+6 -3
View File
@@ -8,9 +8,9 @@ import Logo from "../assets/ci/icon-only.svg";
<h1>Smart websites for bold ideas.</h1>
<p>
From concept to launch websites, apps, and digital solutions that
From concept to launch - websites, apps, and digital solutions that
work hard, so you can play hard. Whether it's a personal site, an
e-commerce platform, or a custom web app, I bring your ideas to
e-commerce platform, or a custom web app, we bring your ideas to
life.
</p>
@@ -20,7 +20,10 @@ import Logo from "../assets/ci/icon-only.svg";
>
</div>
<p class="copyright"><span>&copy; 2025</span> <span>Tideshift Digital e.U.</span></p>
<p class="copyright">
<span>&copy; 2025</span>
<span>Tideshift Digital e.U.</span>
</p>
<Typemark class="typemark" />
</main>