You've already forked AstralRinth
forked from didirus/AstralRinth
run lint + fix build output (#19)
* run lint + fix build output * remove unused env var
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
transform(prefix, _selector) {
|
||||
const [selector, pseudo = ''] = _selector.split(/(:\S*)$/)
|
||||
return selector + prefix + pseudo
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -4,9 +4,7 @@ import svgLoader from 'vite-svg-loader'
|
||||
export default {
|
||||
title: 'Omorphia',
|
||||
description: 'A components library used for Modrinth.',
|
||||
head: [
|
||||
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
|
||||
],
|
||||
head: [['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]],
|
||||
themeConfig: {
|
||||
sidebar: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user