blog
This commit is contained in:
parent
c956402f9d
commit
570abf9d4f
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
title: "nycki.net",
|
||||
url: "https://nycki.net/beta/",
|
||||
url: "https://nycki.net/",
|
||||
language: "en",
|
||||
description: "nycki.net",
|
||||
author: {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# Metadata comes from _data/metadata.js
|
||||
permalink: /feed/feed.xml
|
||||
permalink: /blog/feed.xml
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="{{ metadata.language }}">
|
||||
|
|
|
@ -153,6 +153,6 @@ module.exports = function(eleventyConfig) {
|
|||
// When paired with the HTML <base> plugin https://www.11ty.dev/docs/plugins/html-base/
|
||||
// it will transform any absolute URLs in your HTML to include this
|
||||
// folder name and does **not** affect where things go in the output folder.
|
||||
pathPrefix: "/beta/",
|
||||
pathPrefix: "/",
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue