From 608a7577bd47b626b51ba1e922a549a31fa4f458 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 6 Mar 2020 19:58:40 +0100 Subject: :rotating_light: breaking change; move all compiled assets to /dist --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 11c2e0f..8a105b9 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ reveal.js - - - + + + @@ -18,7 +18,7 @@ var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; - link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; + link.href = window.location.search.match( /print-pdf/gi ) ? 'dist/print/pdf.css' : 'dist/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); @@ -30,7 +30,7 @@ - +