minor changes
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = function(eleventyConfig) {
|
|||||||
eleventyConfig.addPassthroughCopy("src/js");
|
eleventyConfig.addPassthroughCopy("src/js");
|
||||||
eleventyConfig.addPassthroughCopy("src/resume");
|
eleventyConfig.addPassthroughCopy("src/resume");
|
||||||
eleventyConfig.addPassthroughCopy("src/assets/images");
|
eleventyConfig.addPassthroughCopy("src/assets/images");
|
||||||
eleventyConfig.addPassthroughCopy({ "favicon" : "/" } );
|
eleventyConfig.addPassthroughCopy({ "favicon" : "/" } );
|
||||||
// Add a filter for readable dates using vanilla JS
|
// Add a filter for readable dates using vanilla JS
|
||||||
eleventyConfig.addFilter("readableDate", dateObj => {
|
eleventyConfig.addFilter("readableDate", dateObj => {
|
||||||
// The toLocaleDateString method can be used to format dates
|
// The toLocaleDateString method can be used to format dates
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM node:lts-alpine
|
FROM node:18-alpine
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
Reference in New Issue
Block a user