updates
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
f5443aaf2b
commit
7c6effc66e
@ -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:
|
||||
|
@ -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
1764
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user