Add post 'SSH all the way down'

This commit is contained in:
Bad Manners 2024-09-22 15:38:25 -03:00
parent e49618ee8e
commit 55dd016560
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
26 changed files with 418 additions and 43 deletions

View file

@ -41,22 +41,24 @@ export default defineConfig({
],
markdown: {
smartypants: false,
shikiConfig: {
themes: {
light: "vitesse-light",
dark: "vitesse-dark",
},
defaultColor: "light",
},
},
build: {
assets: "assets",
},
outDir: "./dist",
redirects: {
"/stories": "/stories/1",
"/stories/1": "/stories",
},
experimental: {
env: {
schema: {
APACHE_CONFIG: envField.boolean({
context: "server",
access: "public",
default: false,
}),
PUBLISH_DRAFTS: envField.boolean({
context: "server",
access: "public",