Update JS to ES modules

This commit is contained in:
n_u
2024-07-09 11:36:02 -05:00
parent a0dc421189
commit 0536a3aeb7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
export default {
onScience: `
_________________________________________
( Once, when the secrets of science were )
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
export default {
title: "Nathan Upchurch",
logo: "/img/logo.svg",
url: "https://nathanupchurch.com/",
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
export default {
tags: [
"posts"
],
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = {
export default {
eleventyExcludeFromCollections: true
}
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = {
export default {
tags: [
"now"
],