updates
Some checks failed
Gitea Actions CI / Build and deploy (push) Failing after 57s
Tests / Build and deploy (push) Failing after 16s

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-01-12 12:32:08 -05:00
parent f5443aaf2b
commit 7c6effc66e
Signed by: xe
SSH Key Fingerprint: SHA256:7EWsWanxCI427bJ0t3CA6LyqXnkPajReCxkUhbpJULU
4 changed files with 559 additions and 1217 deletions

View File

@ -16,7 +16,7 @@ spec:
claimName: techaro-lol-temp
containers:
- name: main
image: registry.default.svc.alrest.xeserv.us/techaro/www:latest
image: reg.xeiaso.net/techaro/www:latest
imagePullPolicy: "Always"
resources:
limits:

View File

@ -1,8 +1,10 @@
/** @type {import('next').NextConfig} */
import { withContentCollections } from "@content-collections/next";
import createMDX from '@next/mdx';
const nextConfig = {
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
output: "standalone",
images: {
remotePatterns: [
@ -16,4 +18,6 @@ const nextConfig = {
},
};
export default withContentCollections(nextConfig);
const withMDX = createMDX({});
export default withContentCollections(withMDX(nextConfig));

1764
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,11 @@
},
"dependencies": {
"@arcjet/next": "^1.0.0-alpha.26",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.14",
"@tabler/icons-react": "^3.17.0",
"@types/mdx": "^2.0.13",
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"lucide-react": "^0.399.0",