2023-02-20 16:46:46 +00:00
|
|
|
{
|
2023-08-28 03:54:42 +00:00
|
|
|
site: {
|
|
|
|
title: "The Planar Vagabond's Guide to the Multiverse",
|
|
|
|
author: {
|
|
|
|
name: 'Eric Woodward',
|
|
|
|
email: 'redacted@planarvagabond.com', // not used
|
|
|
|
photo: '/images/eric-8bit.gif',
|
|
|
|
site: 'https://itsericwoodward.com',
|
|
|
|
},
|
2023-02-20 16:46:46 +00:00
|
|
|
|
2023-08-28 03:54:42 +00:00
|
|
|
base_uri: '',
|
2024-09-16 22:06:44 +00:00
|
|
|
csp: "default-src 'self'; img-src 'self' https://*; media-src 'self' https://*;",
|
2023-08-28 03:54:42 +00:00
|
|
|
robots: 'index,follow',
|
|
|
|
language: 'en-us',
|
|
|
|
copyright: 'Copyright 2023 Eric Woodward, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.',
|
|
|
|
basePath: '',
|
|
|
|
uri: 'https://www.planarvagabond.com',
|
|
|
|
search_uri: 'www.planarvagabond.com',
|
|
|
|
},
|
|
|
|
build: {
|
2023-10-16 20:00:55 +00:00
|
|
|
publishPath: 'public',
|
2023-08-28 03:54:42 +00:00
|
|
|
srcPath: 'src',
|
|
|
|
outputPath: 'out',
|
|
|
|
},
|
|
|
|
serve: {
|
|
|
|
port: 4998,
|
2024-02-05 19:27:48 +00:00
|
|
|
static404: './public/errors/404.html',
|
2023-08-28 03:54:42 +00:00
|
|
|
},
|
2023-02-20 16:46:46 +00:00
|
|
|
}
|