First post up! I can't get CSS or JS to load via an nginx server though. The MIME type isn't supported. Looks like others are having issues, but no answers yet.
This commit is contained in:
10
public/posts/page/1/index.html
Normal file
10
public/posts/page/1/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://selfhosted.rsmsn.co/posts/</title>
|
||||
<link rel="canonical" href="https://selfhosted.rsmsn.co/posts/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://selfhosted.rsmsn.co/posts/">
|
||||
</head>
|
||||
</html>
|
||||
Reference in New Issue
Block a user