chore: update deps, update hero section text
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
+12
@@ -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"]
|
||||||
+3
-3
@@ -10,13 +10,13 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/sitemap": "^3.6.0",
|
"@astrojs/sitemap": "^3.6.0",
|
||||||
"@astrojs/vue": "^5.1.1",
|
"@astrojs/vue": "^5.1.3",
|
||||||
"@astrolib/seo": "1.0.0-beta.8",
|
"@astrolib/seo": "1.0.0-beta.8",
|
||||||
"astro": "^5.14.1",
|
"astro": "^5.16.4",
|
||||||
"astro-ai-robots-txt": "^0.1.2",
|
"astro-ai-robots-txt": "^0.1.2",
|
||||||
"astro-remove-comments": "^0.0.1",
|
"astro-remove-comments": "^0.0.1",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"gsap": "^3.13.0",
|
"gsap": "^3.13.0",
|
||||||
"vue": "^3.5.22"
|
"vue": "^3.5.25"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Generated
+1017
-1021
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
|||||||
|
onlyBuiltDependencies:
|
||||||
|
- esbuild
|
||||||
|
- sharp
|
||||||
@@ -8,9 +8,9 @@ import Logo from "../assets/ci/icon-only.svg";
|
|||||||
<h1>Smart websites for bold ideas.</h1>
|
<h1>Smart websites for bold ideas.</h1>
|
||||||
|
|
||||||
<p>
|
<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
|
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.
|
life.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -20,7 +20,10 @@ import Logo from "../assets/ci/icon-only.svg";
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="copyright"><span>© 2025</span> <span>Tideshift Digital e.U.</span></p>
|
<p class="copyright">
|
||||||
|
<span>© 2025</span>
|
||||||
|
<span>Tideshift Digital e.U.</span>
|
||||||
|
</p>
|
||||||
|
|
||||||
<Typemark class="typemark" />
|
<Typemark class="typemark" />
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user