-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
status: awaiting more contextNeed more context about this issueNeed more context about this issue
Description
My goal is to be able to use Github Pages AND VuePress at the same time. Github Pages expects style sheets to be in /assets/css/, so I'm trying this. Note I tried both .scss and .css just to be sure. Neither gets loaded, even though the files are obviously in the /assets/css/ directory. Can someone help me with this?
module.exports = {
head: [
['link', {rel: 'stylesheet', type: 'text/css', href: '/assets/css/style.scss'}],
['link', {rel: 'stylesheet', type: 'text/css', href: '/assets/css/foo.css'}]
]
}
Metadata
Metadata
Assignees
Labels
status: awaiting more contextNeed more context about this issueNeed more context about this issue